Обновить .gitea/workflows/make-app.yaml
Some checks failed
Build Android / Build APK (push) Failing after 22m18s
Some checks failed
Build Android / Build APK (push) Failing after 22m18s
This commit is contained in:
parent
dbaf98e928
commit
f9bdc7c650
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user