Skip to content

Commit 14e5275

Browse files
author
Prime
committed
fix: keystore decode newlines
1 parent 3f3d5a6 commit 14e5275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npx cap sync android
3232

3333
- name: Decode Keystore
34-
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 --decode > android/app/luciagram.keystore
34+
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | tr -d '\n ' | base64 -d > android/app/luciagram.keystore
3535

3636
- name: Build Release APK
3737
working-directory: android

0 commit comments

Comments
 (0)