Skip to content

Commit

Permalink
Fix the env variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jul 25, 2022
1 parent b9ba733 commit 6440669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

- run: mkdir -p signing/play
- run: mkdir -p signing/github
- run: echo $SIGNING_KEYSTORE | base64 --decode > signing/play/signing.keystore
- run: echo $SIGNING_PROPERTIES | base64 --decode > signing/play/signing.properties
- run: echo $SIGNING_KEYSTORE_PLAY | base64 --decode > signing/play/signing.keystore
- run: echo $SIGNING_PROPERTIES_PLAY | base64 --decode > signing/play/signing.properties
- run: echo $SIGNING_KEYSTORE_GITHUB | base64 --decode > signing/github/signing.keystore
- run: echo $SIGNING_PROPERTIES_GITHUB | base64 --decode > signing/github/signing.properties
- run: echo $GOOGLE_SERVICES | base64 --decode > app/google-services.json
Expand Down

0 comments on commit 6440669

Please sign in to comment.