chmod gradlew
This commit is contained in:
parent
da09cc231c
commit
de1e4c7c5b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -97,6 +97,7 @@ jobs:
|
|||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
run: |
|
||||
sudo apt install zipalign apksigner
|
||||
chmod +x gradlew
|
||||
./release.sh
|
||||
rm bin/*-unsigned.apk
|
||||
- name: Upload APK
|
||||
|
|
Loading…
Reference in a new issue