mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-01 13:48:41 +00:00
Fix linux build path
This commit is contained in:
parent
7dab4c5057
commit
71dabcd0ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net5.0-windows/win-x64/publish"}
|
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net5.0-windows/win-x64/publish"}
|
||||||
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/"}
|
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net5.0/publish"}
|
||||||
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
|
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous runs of this workflow
|
- name: Cancel previous runs of this workflow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue