diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 5614d3b..5438b44 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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