Skip to content

Commit 03494e9

Browse files
committed
add log
1 parent 2ddb183 commit 03494e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
run: |
3434
cd build/product/macos/universal
3535
# github action must be use " . -i "
36-
zip -r macos-universal.zip . -i ./*
36+
zip -v
37+
zip -r macos-universal.zip ./*
3738
- name: Create Release
3839
id: create_release
3940
uses: actions/create-release@v1

0 commit comments

Comments
 (0)