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 }}
|
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt install zipalign apksigner
|
sudo apt install zipalign apksigner
|
||||||
|
chmod +x gradlew
|
||||||
./release.sh
|
./release.sh
|
||||||
rm bin/*-unsigned.apk
|
rm bin/*-unsigned.apk
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
|
|
Loading…
Reference in a new issue