Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Sep 5, 2024
1 parent ece4af7 commit 3e40308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: libopencv_dart-macos-*.tar.gz
pattern: libopencv_dart-macos-*.dylib
merge-multiple: true
- name: lipo
run: |
cd artifacts
ls -R
cd artifacts
lipo -create -output libopencv_dart.dylib libopencv_dart*.dylib
tar -zcvf libopencv_dart-macos-os64.tar.gz libopencv_dart.dylib
- name: create-release
Expand Down

0 comments on commit 3e40308

Please sign in to comment.