diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31676e5..2e33692 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: with: name: ${{ needs.linuxbuild.outputs.version }} body: "This is a release build of the FluCoMa SuperCollider package. The build hash is ${{ github.sha }}" - files: FluCoMa-SC-*.zip + files: FluCoMa* prerelease: true tag_name: ${{ needs.linuxbuild.outputs.version }} draft: false