mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-29 12:18:46 +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:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- { prettyName: Windows, platform: windows-latest, configurationName: Windows, extraArgs: "-r win-x64 --self-contained", buildPath: "Release/net6.0-windows/win-x64/publish"}
|
- { 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: Linux, platform: ubuntu-latest, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||||
# - { prettyName: MacOS, platform: linux-latest, configurationName: Release, platform: osx-x64 }
|
# - { prettyName: MacOS, platform: ubuntu-latest, configurationName: Release, platform: osx-x64 }
|
||||||
steps:
|
steps:
|
||||||
- name: Cancel previous runs of this workflow
|
- name: Cancel previous runs of this workflow
|
||||||
uses: styfle/cancel-workflow-action@0.6.0
|
uses: styfle/cancel-workflow-action@0.6.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue