From d9327ff1f5ce249a156aa475ebdf4a8bbd62ca23 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:11:57 -0400 Subject: [PATCH] fix: dangling build on workflow --- .gitea/workflows/release.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bba0d23c..5fc88aa5 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -29,15 +29,20 @@ jobs: matrix: configuration: [Release] include: - - platform: Windows64 + - configuration: Release + platform: Windows64 sdk_label: windows-2022 # str1k3r - can run on any runner - - platform: Xbox360 + - configuration: Release + platform: Xbox360 sdk_label: sdk-xbox360 - - platform: Orbis + - configuration: Release + platform: Orbis sdk_label: sdk-orbis - - platform: PSVita + - configuration: Release + platform: PSVita sdk_label: sdk-psvita - - platform: PS3 + - configuration: Release + platform: PS3 sdk_label: sdk-ps3 runs-on: [windows-2022, "${{ matrix.sdk_label }}"]