We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc8cf0 commit 7028b86Copy full SHA for 7028b86
.github/workflows/build_push.yml
@@ -66,6 +66,8 @@ jobs:
66
alias: ${{ secrets.ALIAS }}
67
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
68
keyPassword: ${{ secrets.KEY_PASSWORD }}
69
+ env:
70
+ BUILD_TOOLS_VERSION: '35.0.1'
71
72
- name: Clean up build artifacts
73
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
0 commit comments