Use self contained for mac actions

pull/45/head
Miepee 3 years ago committed by GitHub
parent bbb36d2c22
commit b56804d687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ jobs:
COMMAND: AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained COMMAND: AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained
ARTIFACT: AM2RLauncher/AM2RLauncher.Gtk/bin/Release/net6.0/ubuntu.18.04-x64/publish/ ARTIFACT: AM2RLauncher/AM2RLauncher.Gtk/bin/Release/net6.0/ubuntu.18.04-x64/publish/
- os: macOS-latest - os: macOS-latest
COMMAND: AM2RLauncher.Mac -r osx-x64 --no-self-contained COMMAND: AM2RLauncher.Mac -r osx-x64 --self-contained
ARTIFACT: AM2RLauncher/AM2RLauncher.Mac/bin/Release/net6.0/osx-x64/AM2RLauncher.Mac.app/ ARTIFACT: AM2RLauncher/AM2RLauncher.Mac/bin/Release/net6.0/osx-x64/AM2RLauncher.Mac.app/
- os: windows-latest - os: windows-latest
COMMAND: AM2RLauncher.Wpf -r win-x86 -o builds\win86 COMMAND: AM2RLauncher.Wpf -r win-x86 -o builds\win86

Loading…
Cancel
Save