From f3c1b9b4f21757a0c8ebc2057362dfc601694fb8 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Thu, 26 Sep 2024 00:56:08 -0400 Subject: [PATCH] feat: update tf modules Signed-off-by: Rudra Gupta --- .github/workflows/check-compliance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index 8bde1e6..6d6647b 100644 --- a/.github/workflows/check-compliance.yml +++ b/.github/workflows/check-compliance.yml @@ -43,7 +43,7 @@ jobs: ./privateer help - name: 'Tar files' - run: tar -cvf test_harness.tar privateer/ + run: tar -cvf test_harness.tar privateer/privateer - name: Archive release artifacts uses: actions/upload-artifact@v3 @@ -82,7 +82,7 @@ jobs: ls - name: 'Tar files' - run: tar -cvf azure_blob.tar aid-azure-blob-storage/ + run: tar -cvf azure_blob.tar raid-azure-blob-storage/ABS - name: Archive release artifacts uses: actions/upload-artifact@v3