Skip to content

Commit 3a687f3

Browse files
committed
Enable dev branch as beta
1 parent add528e commit 3a687f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-beta.yml

Lines changed: 3 additions & 3 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

@@ -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)