Skip to content

Commit

Permalink
fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingshuke committed May 22, 2024
1 parent 297cabc commit fd506f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cp .env.production .env
echo "storePassword="${{ env.STOREPASSWORD }} > android/.key.properties
echo "keyPassword="${{ env.STOREPASSWORD }} >> android/.key.properties
echo "keyAlias="${{ KEYALIAS }} >> android/.key.properties
echo "keyAlias="${{ env.KEYALIAS }} >> android/.key.properties
echo "storeFile=../key.jks" >> android/.key.properties
flutter build apk --release
Expand Down

0 comments on commit fd506f5

Please sign in to comment.