Skip to content

Commit 2fcd2fb

Browse files
committed
Enable dev branch as beta
1 parent add528e commit 2fcd2fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-beta.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
push:
99
branches:
10-
- development
10+
- dev
1111
paths-ignore:
1212
- 'README.md'
1313

@@ -17,14 +17,14 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
submodules: recursive # Updates the Languages submodule
2323

2424
- name: Setup Dotnet
25-
uses: actions/setup-dotnet@v2
25+
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 8.0.x
27+
dotnet-version: 9.x
2828

2929
- name: Install Mod Dependencies
3030
run: dotnet restore ${{ env.SLN_PATH }}
@@ -38,8 +38,8 @@ jobs:
3838
run: mv About/ Assemblies/ AssembliesCustom/ Defs/ Languages/ Textures/ output/Multiplayer
3939

4040
- name: Upload Mod Artifacts
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: Multiplayer-beta
4444
path: |
45-
output/
45+
output/

0 commit comments

Comments
 (0)