File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 43
43
./privateer help
44
44
45
45
- name : ' Tar files'
46
- run : tar -cvf test_harness.tar privateer
47
- working-directory : privateer
46
+ run : tar -cvf test_harness.tar privateer/privateer
48
47
49
48
- name : Archive release artifacts
50
49
uses : actions/upload-artifact@v3
83
82
ls
84
83
85
84
- name : ' Tar files'
86
- run : tar -cvf azure_blob.tar ABS
87
- working-directory : raid-azure-blob-storage
85
+ run : tar -cvf azure_blob.tar raid-azure-blob-storage/ABS
88
86
89
87
- name : Archive release artifacts
90
88
uses : actions/upload-artifact@v3
@@ -177,5 +175,5 @@ jobs:
177
175
ls -al
178
176
- name : RUN sally command
179
177
run : |
180
- ./privateer sally ./ABS -c config.yml
178
+ ./privateer/privateer sally ./raid-azure-blob-storage /ABS -c config.yml
181
179
You can’t perform that action at this time.
0 commit comments