We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981768 commit b672353Copy full SHA for b672353
.github/workflows/check-compliance.yml
@@ -43,9 +43,8 @@ jobs:
43
./privateer help
44
45
- name: 'Tar files'
46
- run: |
47
- cd privateer
48
- tar -cvf test_harness.tar privateer
+ run: tar -cvf test_harness.tar privateer
+ working-directory: privateer
49
50
- name: Archive release artifacts
51
uses: actions/upload-artifact@v3
@@ -84,9 +83,8 @@ jobs:
84
83
ls
85
86
87
88
- cd raid-azure-blob-storage
89
- tar -cvf azure_blob.tar ABS
+ run: tar -cvf azure_blob.tar ABS
+ working-directory: raid-azure-blob-storage
90
91
92
0 commit comments