Skip to content

Commit 3944de4

Browse files
authored
Update main.yaml
1 parent d6b1e79 commit 3944de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Decode Keystore
3939
run: |
4040
ls -l android/
41-
cat android/key.properties
4241
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > android/upload-keystore.jks
4342
4443
- name: Create key.properties
@@ -47,6 +46,8 @@ jobs:
4746
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
4847
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
4948
echo "storeFile=upload-keystore.jks" >> android/key.properties
49+
cat android/key.properties
50+
5051
5152
- name: Install Dependencies
5253
run: flutter pub get

0 commit comments

Comments
 (0)