Skip to content

Commit c2aee6a

Browse files
ci(release): disable .deb build until Plasma/LayerShellQt 6.6 in Ubuntu repos
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a171a9d commit c2aee6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
3434
# ═══════════════════════════════════════════════════════════════════════════
3535
# Build Debian Package (Ubuntu 25.10 - has KF6)
36+
# Disabled until Plasma/LayerShellQt 6.6 is in Ubuntu repos (e.g. 26.04).
3637
# ═══════════════════════════════════════════════════════════════════════════
3738
build-deb:
3839
name: Build .deb (Ubuntu 25.10)
40+
if: false
3941
needs: version
4042
runs-on: ubuntu-latest
4143
container:
@@ -441,7 +443,7 @@ jobs:
441443
# ═══════════════════════════════════════════════════════════════════════════
442444
release:
443445
name: Create GitHub Release
444-
needs: [version, build-deb, build-rpm, build-arch, build-generic]
446+
needs: [version, build-rpm, build-arch, build-generic]
445447
runs-on: ubuntu-latest
446448

447449
steps:

0 commit comments

Comments
 (0)