From e8ef20d046655e0649cb70432859054516c9b6b2 Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Mon, 8 Dec 2025 20:48:02 +0100 Subject: [PATCH] ci: Add Android SDK setup step to the Android deployment workflow. --- .gitea/workflows/deploy-android.yaml | 3 +++ 1 file changed, 3 insertions(+) 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