Skip to content

Commit

Permalink
Change directory with tar
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong authored Oct 18, 2024
1 parent ef050e8 commit ef04ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run:
name: archive the build results
command: |
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 .
- store_artifacts:
path: /Users/distiller/project/onnxruntime_xcf.tar
Expand Down

0 comments on commit ef04ce3

Please sign in to comment.