Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
klzgrad committed Jan 14, 2024
1 parent b4e7211 commit 5ba0b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: KEYSTORE_PASS=${{ secrets.KEYSTORE_PASS }} APK_VERSION_NAME=120.1.2.3-1 APK_ABI=arm64-v8a ./gradlew :app:assembleRelease
working-directory: apk
- uses: gradle/gradle-build-action@v2
- run: KEYSTORE_PASS=${{ secrets.KEYSTORE_PASS }} APK_VERSION_NAME=120.1.2.3-1 APK_ABI=arm64-v8a ./gradlew :apk:app:assembleRelease
cache-toolchains-posix:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 5ba0b96

Please sign in to comment.