From 066c33bf408cba8a510a6a59e6bfad04e38a3a9d Mon Sep 17 00:00:00 2001 From: mason <35282038+emesare@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:47:14 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f6f85c..5434285 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,8 @@ jobs: contents: write steps: - uses: actions/download-artifact@v4 + with: + merge-multiple: true - name: Create release uses: ncipollo/release-action@v1 with: