Skip to content

Commit ef04ce3

Browse files
authored
Change directory with tar
1 parent ef050e8 commit ef04ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run:
4747
name: archive the build results
4848
command: |
49-
tar -cvf /Users/distiller/project/onnxruntime_xcf.tar $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out
49+
tar -cvf /Users/distiller/project/onnxruntime_xcf.tar -C $HOME/onnxlibrary/macabi_release_v20230327_2320/framework_out .
5050
5151
- store_artifacts:
5252
path: /Users/distiller/project/onnxruntime_xcf.tar

0 commit comments

Comments
 (0)