Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyund committed Apr 15, 2024
1 parent 0eb130b commit 46b850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
KEYSTORE_FILE: ${{ secrets.KEYSTORE_FILE }}
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: |
echo $KEYSTORE | base64 --decode > $KEYSTORE_FILE
echo $KEYSTORE | base64 --decode > app/$KEYSTORE_FILE
echo $GOOGLE_SERVICES_JSON | base64 --decode > app/google-services.json
# Run Tests Build
Expand Down

0 comments on commit 46b850b

Please sign in to comment.