We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deaf27 commit f28c027Copy full SHA for f28c027
.circleci/config.yml
@@ -47,10 +47,15 @@ jobs:
47
name: archive the build results
48
command: |
49
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/
51
52
- store_artifacts:
53
path: /Users/distiller/project/onnxruntime_xcf.tar
54
destination: onnxruntime_xcf.tar
55
+
56
+ - store_artifacts:
57
+ path: /Users/distiller/project/onnxruntime_xcframework.zip
58
+ destination: onnxruntime_xcframework.zip
59
workflows:
60
version: 2
61
build-and-test-xcframework:
0 commit comments