From 04d545cd4467176bff575348f4ad8e132709a926 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Thu, 26 Sep 2024 01:36:41 -0400 Subject: [PATCH] feat: update tf modules Signed-off-by: Rudra Gupta --- .github/workflows/check-compliance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index 400acb9..80d43c7 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/ - name: Archive release artifacts uses: actions/upload-artifact@v3 @@ -82,13 +82,13 @@ jobs: ls - name: 'Tar files' - run: tar -cvf ABS.tar raid-azure-blob-storage + run: tar -cvf ABS.tar raid-azure-blob-storage/ - name: Archive release artifacts uses: actions/upload-artifact@v3 with: name: release-artifacts - path: "raid-azure-blob-storage/ABS.tar" + path: ABS.tar terraform: if: github.repository == 'octo-org/octo-repo-prod'