From cdb25a9e3dee44519c506b14ddc9133254fc3604 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 25 Nov 2024 19:49:07 +0200 Subject: [PATCH] fix: use pattern instead of name in download artifacts --- .github/workflows/alpha-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index 3a1f2f1..38c2c60 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -50,7 +50,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: tipicord-* + pattern: tipicord-* path: binaries merge-multiple: true