mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-09-27 19:08:32 +00:00
Build on windows for windows
This commit is contained in:
parent
c74e32fa1e
commit
f7697399c7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -8,15 +8,15 @@ jobs:
|
|||
test:
|
||||
name: Build for ${{ matrix.os.prettyName }}
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os.platform }}
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64 --self-contained", buildPath: "Release/net6.0-windows/win-x64/publish"}
|
||||
- { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net6.0/publish"}
|
||||
# - { prettyName: MacOS, configurationName: Release, platform: osx-x64 }
|
||||
- { 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 }
|
||||
steps:
|
||||
- name: Cancel previous runs of this workflow
|
||||
uses: styfle/cancel-workflow-action@0.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue