Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Apr 7, 2024
1 parent 06e3650 commit 95aa7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: Sign app APK
id: sign_app
with:
releaseDir: app/build/outputs/apk/release
releaseDir: android/app/build/outputs/apk/release
signingKey: ${{ secrets.KEYSTORE }}
keyAlias: ${{ secrets.ANDROID_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 95aa7c7

Please sign in to comment.