Skip to content

Commit

Permalink
fix(workflows): Use correct build tools to sign APK
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Jan 13, 2024
1 parent f72e3c4 commit 589054b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Clean up build artifacts
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'aniyomiorg/aniyomi'
Expand Down

0 comments on commit 589054b

Please sign in to comment.