From d61765b98544cb4a09c5246f00b17913b79f0170 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Thu, 26 Sep 2024 00:08:13 -0400 Subject: [PATCH] feat: update tf modules Signed-off-by: Rudra Gupta --- .github/workflows/check-compliance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index 4d6ea4a..7cee3d9 100644 --- a/.github/workflows/check-compliance.yml +++ b/.github/workflows/check-compliance.yml @@ -34,6 +34,7 @@ jobs: run: | cd privateer make release + ls - name: Run privateer help command run: | @@ -45,7 +46,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: release-artifacts - path: privateer/release/ + path: privateer/privateer build-gcs-object-storage: runs-on: ubuntu-latest @@ -66,7 +67,6 @@ jobs: run: | ls - - name: Install dependencies run: | cd raid-azure-blob-storage @@ -76,16 +76,16 @@ jobs: run: | cd raid-azure-blob-storage make release + ls - name: Archive release artifacts uses: actions/upload-artifact@v3 with: name: release-artifacts - path: raid-azure-blob-storage/release/ + path: raid-azure-blob-storage/ABS - name: View release artifacts run: | - cd raid-azure-blob-storage/release/ ls terraform: