Skip to content

Commit f28c027

Browse files
authored
Update config.yml
1 parent 0deaf27 commit f28c027

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@ jobs:
4747
name: archive the build results
4848
command: |
4949
tar -cvf /Users/distiller/project/onnxruntime_xcf.tar -C $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out .
50+
zip -r /Users/distiller/project/onnxruntime_xcframework.zip $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out/onnxruntime_xcframework/
5051
5152
- store_artifacts:
5253
path: /Users/distiller/project/onnxruntime_xcf.tar
5354
destination: onnxruntime_xcf.tar
55+
56+
- store_artifacts:
57+
path: /Users/distiller/project/onnxruntime_xcframework.zip
58+
destination: onnxruntime_xcframework.zip
5459
workflows:
5560
version: 2
5661
build-and-test-xcframework:

0 commit comments

Comments
 (0)