package dedicated server beta artifacts for Windows and Linux#918
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the CI workflow that produces the Continuous (“beta”) artifacts so the standalone dedicated server is packaged with separate per-platform outputs, enabling Windows users to run Server.exe directly while also providing a Linux startup script.
Changes:
- Publish dedicated server builds for
win-x64andlinux-x64intooutput/Server/Windowsandoutput/Server/Linux. - Add a Linux
Server.shlauncher and package both platforms into a newServer-beta.zip. - Update release notes with standalone server setup instructions reflecting the new zip layout.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/workflows/build-beta.yml |
Adds server publish steps for Windows/Linux, creates Server-beta.zip, and uploads it to the Continuous release. |
.github/workflows/alpha-notes.md |
Documents the new Server-beta.zip layout and startup instructions for Windows and Linux. |
Comments suppressed due to low confidence (1)
.github/workflows/build-beta.yml:68
- The uploaded artifact is named
Multiplayer-betabutpath: output/now contains both the mod files and the newly publishedServer/outputs. This makes the artifact name/content mismatched and harder to find/consume. Consider renaming the artifact to reflect both (or restrictpathtooutput/Multiplayerif the server output shouldn't be part of the artifact).
- name: Upload Mod Artifacts
uses: actions/upload-artifact@v4
with:
name: Multiplayer-beta
path: output/
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Avoid double build Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2fcca90 to
caddeaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the beta dedicated server packaging by creating separate folders for Linux and Windows inside
Server-beta.zip.The main goal is to allow Windows users to run the standalone server directly via
Server.exe, instead of receiving only the Linux-style host binary with no.exeextension.Changes included:
win-x64server build so Windows users getServer.exelinux-x64server build and addServer.shfor quick startup on LinuxValidation:
dotnet publishfor bothwin-x64andlinux-x64Server.exeServer.sh