Use wpf for windows again

pull/9/head
Miepee 4 years ago committed by GitHub
parent 9446cd1fbf
commit 21fb81efdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ jobs:
COMMAND: AM2RModPacker -r osx-x64 --no-self-contained -o builds/macOS-latest
ARTIFACT: builds/macOS-latest
- os: windows-latest
COMMAND: AM2RModPacker -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest -p:BuildPlatform=Windows
COMMAND: AM2RModPacker -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest
ARTIFACT: builds/windows-latest
runs-on: ${{ matrix.os }}

Loading…
Cancel
Save