Skip to content

Commit

Permalink
:cri7:
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Jul 14, 2024
1 parent b931b61 commit b998aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Decode Keystore
run: |
echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" | base64 --decode > "${{ SIGNING_KEY_STORE_PATH }}"
echo "${{ secrets.SIGNING_KEY_STORE_BASE64 }}" | base64 --decode > "${{ secrets.SIGNING_KEY_STORE_PATH }}"
- name: Build Release apk
env:
Expand Down

0 comments on commit b998aab

Please sign in to comment.