Skip to content

Commit

Permalink
Fixing name of release keystore in github config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima-Android committed Dec 20, 2023
1 parent eb1914c commit e0d3726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo ${{secrets.PSPDFKIT_KEY}} | sed 's/./& /g' > pspdfkit-key.txt

- name: Decrypt Keystore
run: openssl aes-256-cbc -d -in .github/keystore.cipher -k ${{secrets.SIGNING_KEY}} -md sha256 > release.keystore
run: openssl aes-256-cbc -d -in .github/keystore.cipher -k ${{secrets.SIGNING_KEY}} -md sha256 > zotero.release.keystore

- name: Decrypt Keystore secrets
run: openssl aes-256-cbc -d -in .github/keystore-secrets.cipher -k ${{secrets.SIGNING_KEY}} -md sha256 > keystore-secrets.txt
Expand Down

0 comments on commit e0d3726

Please sign in to comment.