Skip to content

Commit

Permalink
πŸ’š Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Importantus committed Aug 23, 2024
1 parent a561d9d commit 8bbf175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}

run: |
echo $ENCODED_STRING > base64 -d > coinsaw.jks
echo $ENCODED_STRING > openssl base64 -d > coinsaw.jks
- name: Build Release apk
env:
Expand Down

0 comments on commit 8bbf175

Please sign in to comment.