fix: use the correct weld release file pattern

This commit is contained in:
2025-12-20 18:11:02 +03:00
parent 41955ac65d
commit 80d0464a50

View File

@@ -47,7 +47,7 @@ runs:
echo "Downloading weld version '${{ inputs.weld-version }}' from repo '${{ inputs.repo }}'..." echo "Downloading weld version '${{ inputs.weld-version }}' from repo '${{ inputs.repo }}'..."
gh release download ${{ steps.get_version.outputs.tag }} \ gh release download ${{ steps.get_version.outputs.tag }} \
--repo ${{ inputs.repo }} \ --repo ${{ inputs.repo }} \
--pattern 'weld-binary-*' \ --pattern 'weld' \
--output ./weld --output ./weld
echo "Download complete." echo "Download complete."