We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433a465 commit 544d031Copy full SHA for 544d031
.github/actions/build-proxies/action.yml
@@ -47,8 +47,8 @@ runs:
47
run: |
48
mkdir -p ./build
49
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 }}" \
+ echo "Downloading assets matching $ASSET_PATTERN from release ${{ inputs.releaseVersion }}"
+ gh release download "${{ inputs.releaseVersion }}" \
52
--pattern "$ASSET_PATTERN" \
53
--dir ./build
54
# Unzip the downloaded file (there should be exactly one match)
0 commit comments