Skip to content

Commit 7028b86

Browse files
authored
Add back build tools version to sign-android-release (#1842)
1 parent 2dc8cf0 commit 7028b86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_push.yml

+2
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: '35.0.1'
6971

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

0 commit comments

Comments
 (0)