Skip to content

Commit c6b9f68

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/check-compliance.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
./privateer help
4444
4545
- name: 'Tar files'
46-
run: tar -cvf test_harness.tar privateer
47-
working-directory: privateer
46+
run: tar -cvf test_harness.tar privateer/privateer
4847

4948
- name: Archive release artifacts
5049
uses: actions/upload-artifact@v3
@@ -83,8 +82,7 @@ jobs:
8382
ls
8483
8584
- 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
8886

8987
- name: Archive release artifacts
9088
uses: actions/upload-artifact@v3
@@ -177,5 +175,5 @@ jobs:
177175
ls -al
178176
- name: RUN sally command
179177
run: |
180-
./privateer sally ./ABS -c config.yml
178+
./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
181179

0 commit comments

Comments
 (0)