mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +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"
|
||||
|
||||
- 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
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue