From 80d0464a50645e5de4a8aa71fd0fd5912f5c2d02 Mon Sep 17 00:00:00 2001 From: OmentaElvis Date: Sat, 20 Dec 2025 18:11:02 +0300 Subject: [PATCH] fix: use the correct weld release file pattern --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."