diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92cd904..2ffe8df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: configuration: [Release] include: - os: ubuntu-latest - COMMAND: AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r ubuntu.18.04-x64 --no-self-contained + COMMAND: AM2RLauncher.Gtk -p:PublishSingleFile=true -p:DebugType=embedded -r linux-x64 --no-self-contained ARTIFACT: AM2RLauncher/AM2RLauncher.Gtk/bin/Release/net8.0/ubuntu.18.04-x64/publish/ - os: macos-latest COMMAND: AM2RLauncher.Mac -o builds/macOS-latest