Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel authored Jul 28, 2021
1 parent 7536004 commit 749abd5
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 749abd5

Please sign in to comment.