From 808fc0d09f6dbc22f8b731bfff9b0318023066db Mon Sep 17 00:00:00 2001 From: reasje Date: Thu, 28 Nov 2024 12:41:47 +0330 Subject: [PATCH] fix: Update Flutter build action version --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index f80d0b37..8f44ee8d 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -22,7 +22,7 @@ jobs: echo "Set VERSION_CODE to: ${{ github.run_number }}" shell: bash - - uses: reasje/action-flutter-build-android@v8 + - uses: reasje/action-flutter-build-android@v9 with: keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }} keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"