Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN authored Jan 8, 2024
1 parent c68acd7 commit df0467e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASS }}
keyPassword: ${{ secrets.KEY_STORE_PASS }}
env:
BUILD_TOOLS_VERSION: "30.0.2"
BUILD_TOOLS_VERSION: "34.0.0"

- uses: actions/upload-artifact@v3
with:
Expand All @@ -51,9 +51,9 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASS }}
keyPassword: ${{ secrets.KEY_STORE_PASS }}
env:
BUILD_TOOLS_VERSION: "30.0.2"
BUILD_TOOLS_VERSION: "34.0.0"

- uses: actions/upload-artifact@v3
with:
name: Signed apks Market
path: app/build/outputs/apk/market/release/*-signed.apk
path: app/build/outputs/apk/market/release/*-signed.apk

0 comments on commit df0467e

Please sign in to comment.