From 533893bd55f1d7ac8b7123a8df8aed4af941c7f9 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:11:12 +0100 Subject: [PATCH] Use self contained for mac actions 2 --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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