Skip to content

Commit 2ddb183

Browse files
committed
fix zip err
1 parent 99a7733 commit 2ddb183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macos-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ jobs:
2929
cd macos
3030
./compile-any.sh build libyuv
3131
./compile-any.sh lipo libyuv
32-
cd ../build/product/macos/universal
32+
- name: Zip libs
33+
run: |
34+
cd build/product/macos/universal
3335
# github action must be use " . -i "
34-
zip -rq macos-universal.zip . -i ./universal/*
36+
zip -r macos-universal.zip . -i ./*
3537
- name: Create Release
3638
id: create_release
3739
uses: actions/create-release@v1

0 commit comments

Comments
 (0)