Use self contained for mac actions 2

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

@ -16,7 +16,7 @@ jobs:
ARTIFACT: AM2RLauncher/builds/ubuntu-latest
POSTBUILD: echo "No post build to do!"
- os: macOS-latest
COMMAND: AM2RLauncher.Mac -r osx-x64 --no-self-contained -o builds/macOS-latest
COMMAND: AM2RLauncher.Mac -r osx-x64 --self-contained -o builds/macOS-latest
ARTIFACT: AM2RLauncher/builds/macOS-latest
POSTBUILD: echo "No post build to do!"
- os: windows-latest

Loading…
Cancel
Save