From 927ca07c6bb7b537ba5e0d68bbc91d4c89919ccf Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 1 Mar 2025 12:28:23 +0100 Subject: [PATCH] Fix release CI job Apparently `pattern: *` is not valid syntax. I think we can do without patterns because we want to publish all artifacts anyway. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c60216f1..7f137d4df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,6 @@ jobs: - name: get assets uses: actions/download-artifact@v4 with: - pattern: * path: build merge-multiple: true - run: ls -R build