Fix workflows

pull/16/head
Miepee 4 years ago
parent 2a3e9d78af
commit e50ea66bfb

@ -15,13 +15,13 @@ jobs:
configuration: [Release] configuration: [Release]
include: include:
- os: ubuntu-latest - os: ubuntu-latest
COMMAND: AM2RModPacker.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained -o builds/ubuntu-latest -p:BuildPlatform=Gtk COMMAND: Atomic.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained -o builds/ubuntu-latest -p:BuildPlatform=Gtk
ARTIFACT: builds/ubuntu-latest ARTIFACT: builds/ubuntu-latest
- os: macOS-latest - os: macOS-latest
COMMAND: AM2RModPacker.Mac -r osx-x64 --no-self-contained -o builds/macOS-latest COMMAND: Atomic.Mac -r osx-x64 --no-self-contained -o builds/macOS-latest
ARTIFACT: builds/macOS-latest ARTIFACT: builds/macOS-latest
- os: windows-latest - os: windows-latest
COMMAND: AM2RModPacker.Wpf -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest COMMAND: Atomic.Wpf -p:PublishSingleFile=true -r win-x86 --no-self-contained -o builds/windows-latest
ARTIFACT: builds/windows-latest ARTIFACT: builds/windows-latest
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

Loading…
Cancel
Save