Skip to content

Commit

Permalink
Specify build tools for deployment
Browse files Browse the repository at this point in the history
See r0adkll/sign-android-release#84

Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma committed Jan 13, 2024
1 parent a6a61c2 commit a2e823b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: "sign"
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- uses: svenstaro/upload-release-action@v2
name: Upload APK
Expand All @@ -87,6 +89,8 @@ jobs:
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: "sign"
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- uses: actions/upload-artifact@v4
name: Upload App Bundle
Expand Down

0 comments on commit a2e823b

Please sign in to comment.