mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-19 19:15:28 +00:00
MSBuild is a flawless build system
This commit is contained in:
parent
4f2eaee0c8
commit
7dab4c5057
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64" }
|
||||
- { prettyName: Linux, configurationName: Linux, extraArgs: "" }
|
||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net5.0-windows/win-x64/publish"}
|
||||
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/"}
|
||||
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
|
||||
steps:
|
||||
- name: Cancel previous runs of this workflow
|
||||
|
@ -37,4 +37,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: UnionPatcher-${{ matrix.os.prettyName }}
|
||||
path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/
|
||||
path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/${{ matrix.os.buildPath }}
|
Loading…
Add table
Reference in a new issue