We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19838bd + d3f87ad commit fdfadebCopy full SHA for fdfadeb
.github/workflows/compile.yml
@@ -26,7 +26,7 @@ jobs:
26
echo "$(( ${{ secrets.DEV_ENV_FILE_CONTENT }} + 67 ))" > .env
27
shell: bash
28
29
- - uses: sheenhx/action-flutter-build-android@main
+ - uses: reasje/action-flutter-build-android@main
30
with:
31
keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }}
32
keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}"
0 commit comments