From 666a58591c4eda57d0dc2fce52054a3045cb9480 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 28 Jan 2023 05:21:18 -0500 Subject: [PATCH] Hopefully fix mac actions building --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 32c8ebb..18c2b3f 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;osx-arm64 --self-contained -o builds/macOS-latest + COMMAND: AM2RLauncher.Mac -o builds/macOS-latest ARTIFACT: AM2RLauncher/builds/macOS-latest POSTBUILD: echo "No post build to do!" - os: windows-latest diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f511ece..a2f4792 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: 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/ - os: macOS-latest - COMMAND: AM2RLauncher.Mac -r osx-x64;osx-arm64 --self-contained + COMMAND: AM2RLauncher.Mac ARTIFACT: AM2RLauncher/AM2RLauncher.Mac/bin/Release/net6.0/osx-x64osx-arm64/AM2RLauncher.Mac.app/ - os: windows-latest COMMAND: AM2RLauncher.Wpf -r win-x86 -o builds\win86