mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-28 11:48:45 +00:00
i HATE msbuild i HATE msbuild i HATE msbuild i HATE msbuild
This commit is contained in:
parent
170c32d4b6
commit
1ad93e139a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
dotnet-version: "5.0.x"
|
dotnet-version: "5.0.x"
|
||||||
|
|
||||||
- name: Compile for ${{ matrix.os.prettyName }}
|
- name: Compile for ${{ matrix.os.prettyName }}
|
||||||
run: dotnet publish -c ${{ matrix.os.configurationName }}
|
run: dotnet publish -c ${{ matrix.os.configurationName }} -r win10-x64
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue