From 4512c6227bb76bdcebcafebf3f1e433124d7ef9f Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:43:40 +0100 Subject: [PATCH] Hopefully fix mac actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 948d39c..a144c22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: POSTBUILD: echo "nothing to do!" - os: macOS-latest COMMAND: Atomic.Mac -o builds/macOS-latest - ARTIFACT: Atomic/builds/macOS-latest + ARTIFACT: builds/macOS-latest POSTBUILD: rm -r Atomic/builds/macOS-latest/* && mv Atomic/Atomic.Mac/bin/Release/net6.0-macos/Atomic.Mac.app Atomic/builds/macOS-latest/Atomic.Mac.app - os: windows-latest COMMAND: Atomic.Wpf -p:PublishSingleFile=true -p:DebugType=embedded -r win-x86 --no-self-contained -o builds/windows-latest