diff --git a/action.yml b/action.yml index b17c810..7767e58 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: echo "Downloading weld version '${{ inputs.weld-version }}' from repo '${{ inputs.repo }}'..." gh release download ${{ steps.get_version.outputs.tag }} \ --repo ${{ inputs.repo }} \ - --pattern 'weld-binary-*' \ + --pattern 'weld' \ --output ./weld echo "Download complete."