Skip to content

Commit

Permalink
Update flutter-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byackee committed Nov 22, 2024
1 parent bd48003 commit 28b2ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "storePassword=${{ secrets.KEYSTORE_PASSWORD }}" >> android/key.properties
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
echo "storeFile=android/app/my-release-key.jks" >> android/key.properties
echo "storeFile=/my-release-key.jks" >> android/key.properties
- name: Clean Flutter build
run: flutter clean
Expand Down

0 comments on commit 28b2ad8

Please sign in to comment.