Skip to content

Commit

Permalink
edit downstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Nov 3, 2023
1 parent 46afdc6 commit bae7e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bae7e57

Please sign in to comment.