Skip to content

Commit 589054b

Browse files
committed
fix(workflows): Use correct build tools to sign APK
1 parent f72e3c4 commit 589054b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
alias: ${{ secrets.ALIAS }}
6767
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
6868
keyPassword: ${{ secrets.KEY_PASSWORD }}
69+
env:
70+
BUILD_TOOLS_VERSION: "34.0.0"
6971

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

0 commit comments

Comments
 (0)