Skip to content

Commit

Permalink
adjusted new workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Abdur Rafay Saleem <[email protected]>
  • Loading branch information
arafaysaleem committed Jan 31, 2021
1 parent 24b55dd commit ac4e4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-test-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
DECRYPTED_KEYSTORE: ${{ secrets.DECRYPTED_KEYSTORE }}
KEY_PROPERTIES: ${{ secrets.KEY_PROPERTIES }}
run: |
mkdir keys
echo "$ENCRYPTED_KEYSTORE" | base64 -d > ./keys/$DECRYPTED_KEYSTORE
echo "$ENCRYPTED_KEYSTORE" | base64 -d > ./android/app/$DECRYPTED_KEYSTORE
echo "$KEY_PROPERTIES" > ./android/key.properties
- uses: actions/setup-java@v1
with:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ fabric.properties
google-services.json

#keys
keys
keys/*
*.jks

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

0 comments on commit ac4e4bf

Please sign in to comment.