Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong authored Oct 21, 2024
1 parent 0deaf27 commit f28c027
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:
name: archive the build results
command: |
tar -cvf /Users/distiller/project/onnxruntime_xcf.tar -C $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out .
zip -r /Users/distiller/project/onnxruntime_xcframework.zip $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out/onnxruntime_xcframework/
- store_artifacts:
path: /Users/distiller/project/onnxruntime_xcf.tar
destination: onnxruntime_xcf.tar

- store_artifacts:
path: /Users/distiller/project/onnxruntime_xcframework.zip
destination: onnxruntime_xcframework.zip
workflows:
version: 2
build-and-test-xcframework:
Expand Down

0 comments on commit f28c027

Please sign in to comment.