Update desktop-build.yml

This commit is contained in:
tooomm 2026-02-21 14:26:33 +01:00 committed by GitHub
parent 8b1c5216ee
commit 84f16a0397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}