From 84f16a0397db6cb2be08605169348762f523c8d9 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 21 Feb 2026 14:26:33 +0100 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 09002e1c9..45218fea4 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -220,7 +220,7 @@ jobs: - name: Upload to release id: upload_release - if: needs.configure.outputs.tag != null + if: needs.configure.outputs.tag != null && matrix.package != 'skip' shell: bash env: GH_TOKEN: ${{github.token}}