Skip to content

Commit c71575c

Browse files
committed
fix(ci): use --ignore-garbage to handle invalid chars in KEYSTORE_BASE64
1 parent 12a2929 commit c71575c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
EOF
7878
7979
- name: Decode keystore
80-
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | tr -d '[:space:]' | base64 --decode > mobile_app/android/app/release.keystore
80+
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | tr -d '[:space:]' | base64 --ignore-garbage --decode > mobile_app/android/app/release.keystore
8181

8282
- name: Get version
8383
id: version

0 commit comments

Comments
 (0)