fix universal macos publish

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

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

Loading…
Cancel
Save