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 }}"