Skip to content

Commit 1d9dd22

Browse files
authored
Add installation instructions to the continuous release (#701)
1 parent 28d0dd2 commit 1d9dd22

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/alpha-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### This 'alpha' release is an automatically generated snapshot of the current state of development. It is continuously updated with work-in-progress changes that may be broken, incomplete, or incompatible.
2+
3+
#### Installation
4+
1. Download the `Multiplayer-beta.zip` file below.
5+
2. Open your RimWorld installation directory
6+
* **Steam**: Right-click RimWorld in your Steam library → `Manage``Browse local Files`
7+
* Or navigate directly to:
8+
- Windows: `C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods`
9+
- Mac: `~/Library/Application Support/Steam/steamapps/common/RimWorld/Mods`
10+
- Linux: `~/.steam/steam/steamapps/common/RimWorld/Mods`
11+
3. Extract the zip file into the `Mods` folder.
12+
* You should have a `Multiplayer` folder in the `Mods` folder (`Mods/Multiplayer`)
13+
* Make sure you do not have this directory structure: `Mods/Multiplayer-beta/Multiplayer`. If you do, move the `Multiplayer` folder to the parent directory.

.github/workflows/build-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
5656
- name: Upload new release
5757
run: |
58-
gh release create --target "${{ github.sha }}" --title "Continuous" --notes "This 'alpha' release is an automatically generated snapshot of the current state of development. It is continuously updated with work-in-progress changes that may be broken, incomplete, or incompatible." --draft "continuous"
58+
gh release create --target "${{ github.sha }}" --title "Continuous" --notes-file ".github/workflows/alpha-notes.md" --draft "continuous"
5959
gh release upload "continuous" Multiplayer-beta.zip
6060
gh release edit "continuous" --draft=false

0 commit comments

Comments
 (0)