fix make release

This commit is contained in:
William Bell
2025-08-16 01:02:48 +01:00
parent dab86925b4
commit e1b80b42d9

View File

@@ -159,4 +159,4 @@ jobs:
body: Automated release based on tag ${{ github.ref_name }}
draft: false
prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }}
artifacts: "./artifacts/*"
artifacts: "./artifacts/**/*"