diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87c7e74..5e8bc5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,6 +83,8 @@ jobs: steps: - name: Download builds uses: actions/download-artifact@v4 + with: + merge-multiple: true - name: Create draft uses: softprops/action-gh-release@v2