Skip to content

Commit 544d031

Browse files
committed
fix
1 parent 433a465 commit 544d031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-proxies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ runs:
4747
run: |
4848
mkdir -p ./build
4949
ASSET_PATTERN="api-oas-specification-${{ inputs.apimEnv }}-*.zip"
50-
echo "Downloading assets matching $ASSET_PATTERN from release ${{ inputs.release }}"
51-
gh release download "${{ inputs.release }}" \
50+
echo "Downloading assets matching $ASSET_PATTERN from release ${{ inputs.releaseVersion }}"
51+
gh release download "${{ inputs.releaseVersion }}" \
5252
--pattern "$ASSET_PATTERN" \
5353
--dir ./build
5454
# Unzip the downloaded file (there should be exactly one match)

0 commit comments

Comments
 (0)