From 34a9436b45ad02fba84d62acb95e0e5fb35ac25d Mon Sep 17 00:00:00 2001 From: Noah Snelson Date: Mon, 30 Dec 2024 17:14:04 -0800 Subject: [PATCH] Update runtime identifier for publishing on Linux --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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