Skip to content

Commit

Permalink
workflows: update build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd committed Dec 13, 2024
1 parent 5927ffe commit 2012bdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ jobs:
run: ./gradlew :${{ env.module }}:assemble${{ env.variant }}Release
# Sign apk
- name: Sign release APK
uses: r0adkll/sign-android-release@v1
uses: r0adkll/sign-android-release@f30bdd30588842ac76044ecdbd4b6d0e3e813478
id: sign_app
with:
releaseDirectory: ${{ env.module }}/build/outputs/apk/${{ env.variant }}/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "35.0.0"
# Upload apk
- name: Upload release APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2012bdc

Please sign in to comment.