Обновить .gitea/workflows/make-app.yaml
Some checks failed
Build Android / Build APK (push) Failing after 22m18s

This commit is contained in:
iHackFX 2024-07-11 15:50:23 +00:00
parent dbaf98e928
commit f9bdc7c650

View File

@ -43,7 +43,9 @@ jobs:
- name: Build Android Release APK - name: Build Android Release APK
run: ionic capacitor build android --release --prod run: ionic capacitor build android --release --prod
- name: Change permission for gradlew
working-directory: ./android/
run: chmod +x ./gradlew
- name: Generate the Android App Bundle - name: Generate the Android App Bundle
working-directory: ./android/ working-directory: ./android/
run: ./gradlew bundle run: ./gradlew bundle