From 79f1decc74727a1db30455400ef01154cbf63c6a Mon Sep 17 00:00:00 2001 From: Tommaso Gragnato Date: Wed, 14 Aug 2024 10:37:53 +0200 Subject: [PATCH] ci(release): remove the merge-multiple input from download-artifact --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a035bfdf..c94a9f0cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,6 @@ jobs: uses: actions/download-artifact@v4 with: pattern: magnetico-* - merge-multiple: true - name: Create Release uses: softprops/action-gh-release@v2