fix: use the correct weld release file pattern
This commit is contained in:
@@ -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."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user