From eda92e173381b21ce2bc79b66c02c64a6f04eaf9 Mon Sep 17 00:00:00 2001 From: truemiller Date: Sun, 29 Sep 2024 21:38:54 +0100 Subject: [PATCH] fix: download pattern --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bc428e79..78463f11c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: - name: Download Pearl binaries for macOS uses: actions/download-artifact@v4 with: - name: pearl_* + pattern: pearl_* path: electron/bins/ # Add execution permissions to the binaries