From bae7e5701841deeae0e2d4b573c6b5bfbd194965 Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Thu, 2 Nov 2023 17:12:19 -0700 Subject: [PATCH] edit downstreams --- .github/workflows/downstreams.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downstreams.yml b/.github/workflows/downstreams.yml index 12d0fb452175..0468ef9e52fb 100644 --- a/.github/workflows/downstreams.yml +++ b/.github/workflows/downstreams.yml @@ -114,7 +114,7 @@ jobs: exit 1 fi - zip -r output.zip $OUTPUT_PATH + (current_dir=$(pwd) && cd $OUTPUT_PATH && zip -r "$current_dir/output.zip" .) - name: Upload built artifacts uses: actions/upload-artifact@v2 @@ -181,7 +181,7 @@ jobs: - name: Download built artifacts uses: actions/download-artifact@v2 with: - name: artifact-${{ matrix.repo }} + name: artifact-terraform-google-conversion: path: artifacts - name: Unzip the artifacts and delete the zip