diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f7ba5333..a887724c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -255,7 +255,7 @@ jobs: - \`neoLegacyServerWindows64-FourKit.zip\`: server with the FourKit plugin host, bundled .NET 10 runtime, and an empty \`plugins/\` folder ready for plugin authors to drop DLLs into. Pick the flavour you want and extract it to a folder where you'd like to keep the server runtime." \ - --latest=false + --latest=false --prerelease=true release-client: name: Release Client @@ -333,7 +333,7 @@ jobs: run: | gh release create Nightly artifacts/* \ --title "Client: ${{ steps.sha.outputs.short }}" \ - --notes-file notes.md + --notes-file notes.md --prerelease=true cleanup: needs: [release-client, release-server]