Skip to content

Commit 6f32fb7

Browse files
committed
fixup action:
1 parent f31c5e7 commit 6f32fb7

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: MSBuild
22

33
on:
44
push:
5-
branches: [ "develop", "Altserver-windows-actions" ]
5+
branches: [ "develop" ]
66
pull_request:
77
branches: [ "develop" ]
88

@@ -54,9 +54,14 @@ jobs:
5454
run: |
5555
msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{env.BUILD_PLATFORM}} /p:SolutionDir="${{github.workspace}}\\" ${{env.PROJECT_FILE_PATH}}
5656
57-
58-
- name: Upload Artifact
57+
- name: Upload ZIP Artifact
5958
uses: actions/upload-artifact@v3.1.0
6059
with:
61-
name: SideServer
60+
name: SideServer (With Debug Symbols)
6261
path: ${{github.workspace}}\Win32\Release
62+
63+
- name: Upload Installer Artifact
64+
uses: actions/upload-artifact@v3.1.0
65+
with:
66+
name: SideServer Installer
67+
path: ${{github.workspace}}\AltInstaller\Release

0 commit comments

Comments
 (0)