Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jul 28, 2021
2 parents 11a6cc2 + 749abd5 commit 43362db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
uses: timheuer/base64-to-file@v1
with:
fileName: 'keystore_release.jks'
encodedString: KEYSTORE_FILE
# encodedString: ${{ secrets.KEYSTORE_FILE }}
encodedString: ${{ secrets.KEYSTORE_FILE }}

- name: Set Decoded File Location as Environment
run: echo "KEYSTORE_FILE_LOCATION=${{steps.decode_keystore_file.outputs.filePath}}" >> $GITHUB_ENV
Expand Down

0 comments on commit 43362db

Please sign in to comment.