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