Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
pos no
  • Loading branch information
xcarol authored Feb 24, 2024
1 parent 7deb32d commit a6a38d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "storePassword=$STORE_PASSWORD" > android/key.properties
echo "keyPassword==$KEY_PASSWORD" >> android/key.properties
echo "keyAlias=upload" >> android/key.properties
echo "storeFile=android/upload-keystore.jks" >> android/key.properties
echo "storeFile=../upload-keystore.jks" >> android/key.properties
- name: Set up Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit a6a38d4

Please sign in to comment.