Skip to content

Commit

Permalink
fix: Update Flutter build action version
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Nov 28, 2024
1 parent d9d400a commit 808fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 808fc0d

Please sign in to comment.