MSBuild is a flawless build system

This commit is contained in:
jvyden 2021-10-28 16:05:16 -04:00
parent 4f2eaee0c8
commit 7dab4c5057
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

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