We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef050e8 commit ef04ce3Copy full SHA for ef04ce3
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
- run:
47
name: archive the build results
48
command: |
49
- tar -cvf /Users/distiller/project/onnxruntime_xcf.tar $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out
+ tar -cvf /Users/distiller/project/onnxruntime_xcf.tar -C $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out .
50
51
- store_artifacts:
52
path: /Users/distiller/project/onnxruntime_xcf.tar
0 commit comments