Hopefully fix mac actions

pull/16/head
Miepee 4 years ago committed by GitHub
parent 0d0eb45ff8
commit 4512c6227b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save