Skip to content

Commit 255c558

Browse files
authored
Fix formatting in build.yml for key.properties
1 parent 1dafbec commit 255c558

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,14 @@ jobs:
128128
run: |
129129
if [ -n "$KEYSTORE_BASE64" ]; then
130130
echo "$KEYSTORE_BASE64" | base64 --decode > android/app/upload-keystore.jks
131-
cat > android/key.properties << EOF
132-
storeFile=${{ github.workspace }}/android/app/upload-keystore.jks
133-
keyAlias=$KEY_ALIAS
134-
storePassword=$STORE_PASSWORD
135-
keyPassword=$KEY_PASSWORD
136-
EOF
137-
fi
131+
cat > android/key.properties <<EOF
132+
storeFile=${{ github.workspace }}/android/app/upload-keystore.jks
133+
keyAlias=$KEY_ALIAS
134+
storePassword=$STORE_PASSWORD
135+
keyPassword=$KEY_PASSWORD
136+
EOF
137+
fi
138+
138139
139140
- name: Get dependencies
140141
run: flutter pub get

0 commit comments

Comments
 (0)