From 3ba62cfaf4c5180dc361dfd2abdc4a046a07d8e5 Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:38:21 -0700 Subject: [PATCH] Fix another release workflow failure, v2.9.11 --- .github/workflows/release.yml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f802c9b..b2bfa44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,8 @@ jobs: - build-libs - build-gnome-x86_64 - build-gnome-aarch64 - - build-kwin-steamos + - build-kwin-steamos-3_7 + - build-kwin-steamos-3_8 - build-vulkan-x86_64 if: needs.check-version-change.outputs.should-release == 'true' runs-on: ubuntu-latest diff --git a/VERSION b/VERSION index 0890409..dd9ac7f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.10 +2.9.11