Skip to content

Commit b672353

Browse files
committed
feat: update tf modules
Signed-off-by: Rudra Gupta <[email protected]>
1 parent d981768 commit b672353

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/check-compliance.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ jobs:
4343
./privateer help
4444
4545
- name: 'Tar files'
46-
run: |
47-
cd privateer
48-
tar -cvf test_harness.tar privateer
46+
run: tar -cvf test_harness.tar privateer
47+
working-directory: privateer
4948

5049
- name: Archive release artifacts
5150
uses: actions/upload-artifact@v3
@@ -84,9 +83,8 @@ jobs:
8483
ls
8584
8685
- name: 'Tar files'
87-
run: |
88-
cd raid-azure-blob-storage
89-
tar -cvf azure_blob.tar ABS
86+
run: tar -cvf azure_blob.tar ABS
87+
working-directory: raid-azure-blob-storage
9088

9189
- name: Archive release artifacts
9290
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)