mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-11 22:02:28 +00:00
ci: add "prerelease" to nightly
This commit is contained in:
parent
32eb37a5e8
commit
052bb11bcd
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -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.
|
- \`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." \
|
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:
|
release-client:
|
||||||
name: Release Client
|
name: Release Client
|
||||||
|
|
@ -333,7 +333,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
gh release create Nightly artifacts/* \
|
gh release create Nightly artifacts/* \
|
||||||
--title "Client: ${{ steps.sha.outputs.short }}" \
|
--title "Client: ${{ steps.sha.outputs.short }}" \
|
||||||
--notes-file notes.md
|
--notes-file notes.md --prerelease=true
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
needs: [release-client, release-server]
|
needs: [release-client, release-server]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue