Skip to content

Commit

Permalink
Fix collect (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdepinet authored Oct 22, 2024
1 parent 87dcb54 commit 59cf7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linux-217.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,11 @@ jobs:
if: steps.cache-build-result.outputs.cache-hit != 'true'
shell: bash
run: |
ls -lh output/static_lib/
ls -lh output/static_lib/include
ls -lh output/static_lib/lib
ls -lhR output
dst=onnxruntime-linux-x64-static_lib-${ONNXRUNTIME_VERSION}-glibc2_17
mkdir $dst
cp -av output/static_lib/* $dst
cp -av output/static_lib/lib/* $dst
zip -r ${dst}.zip $dst/
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ jobs:
if: steps.cache-build-result.outputs.cache-hit != 'true'
shell: bash
run: |
ls -lh output/static_lib/
ls -lh output/static_lib/include
ls -lh output/static_lib/lib
ls -lhR output/
cp -v onnxruntime/include/onnxruntime/core/providers/coreml/coreml_provider_factory.h output/static_lib/include
Expand Down

0 comments on commit 59cf7bc

Please sign in to comment.