Skip to content

Commit

Permalink
ci: fix failed to export signature file
Browse files Browse the repository at this point in the history
  • Loading branch information
BinTianqi committed May 25, 2024
1 parent 67d00af commit b771056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Export key
env:
KEY_BASE64: ${{ secrets.KEY_BASE64 }}
run: echo $KEY_BASE64 | base64 --decode - > app/signature.jks
run: echo "$KEY_BASE64" | base64 --decode - > app/signature.jks

- name: Build APK
env:
Expand Down

0 comments on commit b771056

Please sign in to comment.