Try resolving CI/CD
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Failing after 26m33s
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Failing after 26m33s
This commit is contained in:
@@ -21,6 +21,10 @@ jobs:
|
|||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
|
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
# 3. Installer Flutter
|
# 3. Installer Flutter
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
@@ -49,8 +53,7 @@ jobs:
|
|||||||
- name: Build AppBundle
|
- name: Build AppBundle
|
||||||
run: flutter build appbundle --release
|
run: flutter build appbundle --release
|
||||||
|
|
||||||
- name: Setup Android SDK
|
|
||||||
uses: android-actions/setup-android@v3
|
|
||||||
|
|
||||||
# 8. Envoyer sur le Play Store
|
# 8. Envoyer sur le Play Store
|
||||||
# Cette action remplace Fastlane manuel, c'est plus simple dans Gitea
|
# Cette action remplace Fastlane manuel, c'est plus simple dans Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user