fix release to merge multiple

This commit is contained in:
William Bell
2025-08-16 01:06:06 +01:00
parent e1b80b42d9
commit 3ec3e0a3a9

View File

@@ -150,6 +150,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: ./artifacts path: ./artifacts
merge-multiple: true
- name: Create GitHub Release - name: Create GitHub Release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
@@ -159,4 +160,4 @@ jobs:
body: Automated release based on tag ${{ github.ref_name }} body: Automated release based on tag ${{ github.ref_name }}
draft: false draft: false
prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }} prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }}
artifacts: "./artifacts/**/*" artifacts: "./artifacts/*"