Skip to content

Commit c25d026

Browse files
author
lyy
committed
ci: fix
1 parent 36287cd commit c25d026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-android.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
echo ${{ secrets.KEYSTORE_BASE64 }} | base64 --decode > ./android/app/bbmusic-keystore.jks
3131
echo -e "${{ secrets.KEY_PROPERTIES }}" > ./android/key.properties
32-
ls ./android/app
33-
cat ./android/key.properties
32+
ls -lh ./android/app/bbmusic-keystore.jks
33+
md5sum ./android/app/bbmusic-keystore.jks
3434
3535
- name: 安装 Flutter
3636
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)