ci: Add Android SDK setup step to the Android deployment workflow.
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -48,6 +48,9 @@ jobs:
|
||||
# 7. Compiler l'AppBundle (.aab)
|
||||
- name: Build AppBundle
|
||||
run: flutter build appbundle --release
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
# 8. Envoyer sur le Play Store
|
||||
# Cette action remplace Fastlane manuel, c'est plus simple dans Gitea
|
||||
|
||||
Reference in New Issue
Block a user