Skip to content

Commit

Permalink
Merge pull request #20 from tanishq5414/master
Browse files Browse the repository at this point in the history
fix: key.prop not found
  • Loading branch information
tanishq5414 authored Jul 7, 2024
2 parents 0d3e442 + cf182e9 commit 0dc5933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: |
gpg -d --passphrase "${{secrets.RELEASE_KEYSTORE}}" --batch companion.jks.asc > android/app/companion.jks
gpg -d --passphrase "${{secrets.RELEASE_ENV}}" --batch .env.asc > .env
gpg -d --passphrase "${{secrets.RELEASE_PROP}}" --batch key.properties.asc > android/key.properties
gpg -d --passphrase "${{secrets.RELEASE_PROP}}" --batch android/key.properties.asc > android/key.properties
- name: Get version.txt
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 0dc5933

Please sign in to comment.