Skip to content

Commit 1b689da

Browse files
authored
Merge pull request #14 from SideStore/develop-change-app-name
change exe name
2 parents 2c35622 + 18adcf7 commit 1b689da

75 files changed

Lines changed: 23685 additions & 23127 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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: AltServer
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)