mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +00:00
Use proper platform for linux builds
This commit is contained in:
parent
f7697399c7
commit
b5f3be4802
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
matrix:
|
||||
os:
|
||||
- { prettyName: Windows, platform: windows-latest, configurationName: Windows, extraArgs: "-r win-x64 --self-contained", buildPath: "Release/net6.0-windows/win-x64/publish"}
|
||||
- { prettyName: Linux, platform: linux-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||
# - { prettyName: MacOS, platform: linux-latest, configurationName: Release, platform: osx-x64 }
|
||||
- { prettyName: Linux, platform: ubuntu-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||
# - { prettyName: MacOS, platform: ubuntu-latest, configurationName: Release, platform: osx-x64 }
|
||||
steps:
|
||||
- name: Cancel previous runs of this workflow
|
||||
uses: styfle/cancel-workflow-action@0.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue