diff --git a/.gitea/workflows/deploy-android.yaml b/.gitea/workflows/deploy-android.yaml index a3fb897..c72e06b 100644 --- a/.gitea/workflows/deploy-android.yaml +++ b/.gitea/workflows/deploy-android.yaml @@ -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