Skip to content

Commit 469a599

Browse files
committed
verify keystore
1 parent 5f4ce01 commit 469a599

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
base64 -d <<< "${{ secrets.ANDROID_RELEASE_KEYSTORE }}" > $RUNNER_TEMP/upload-keystore.jks
5454
echo "storeFile=$RUNNER_TEMP/upload-keystore.jks" >> keystore.properties
5555
56+
- name: Verify keystore decoding
57+
run: |
58+
ls -lh $RUNNER_TEMP
59+
file $RUNNER_TEMP/upload-keystore.jks
60+
5661
- name: Build app bundle
5762
run: pnpm tauri android build -v
5863
env:

0 commit comments

Comments
 (0)