Skip to content

Commit 2b0516b

Browse files
author
lyy
committed
ci: fix
1 parent 18cdabf commit 2b0516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
echo ${{ secrets.KEYSTORE_BASE64 }} | base64 --decode > ./android/app/bbmusic-keystore.jks
3131
echo ${{ secrets.KEY_PROPERTIES }} > ./android/key.properties
32-
ll -a ./android/app
32+
ls ./android/app
3333
cat ./android/key.properties
3434
3535
- name: 安装 Flutter

0 commit comments

Comments
 (0)