Skip to content

Commit ac4e4bf

Browse files
committed
adjusted new workflow
Signed-off-by: Abdur Rafay Saleem <[email protected]>
1 parent 24b55dd commit ac4e4bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/push-test-build-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
DECRYPTED_KEYSTORE: ${{ secrets.DECRYPTED_KEYSTORE }}
2020
KEY_PROPERTIES: ${{ secrets.KEY_PROPERTIES }}
2121
run: |
22-
mkdir keys
23-
echo "$ENCRYPTED_KEYSTORE" | base64 -d > ./keys/$DECRYPTED_KEYSTORE
22+
echo "$ENCRYPTED_KEYSTORE" | base64 -d > ./android/app/$DECRYPTED_KEYSTORE
2423
echo "$KEY_PROPERTIES" > ./android/key.properties
2524
- uses: actions/setup-java@v1
2625
with:

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ fabric.properties
237237
google-services.json
238238

239239
#keys
240-
keys
241-
keys/*
240+
*.jks
242241

243242
# End of https://www.toptal.com/developers/gitignore/api/flutter,dart,androidstudio,windows

0 commit comments

Comments
 (0)