From ab87099b8b36e4596617a3cbb04fd689e8b41379 Mon Sep 17 00:00:00 2001 From: Timo Schnaible <44726248+madebyTimo@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:12:45 +0100 Subject: [PATCH] add debian bullseye, bookworm and trixie deb package upload (#10314) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f994e230..6775dd8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -258,7 +258,7 @@ jobs: repo: 'eugeny/tabby' dir: 'dist' rpmvers: 'el/9 el/8 ol/6 ol/7' - debvers: 'ubuntu/bionic ubuntu/focal ubuntu/hirsute ubuntu/impish ubuntu/jammy ubuntu/kinetic ubuntu/noble ubuntu/oracular debian/jessie debian/stretch debian/buster' + debvers: 'ubuntu/bionic ubuntu/focal ubuntu/hirsute ubuntu/impish ubuntu/jammy ubuntu/kinetic ubuntu/noble ubuntu/oracular debian/jessie debian/stretch debian/buster debian/bullseye debian/bookworm debian/trixie' - uses: actions/upload-artifact@master name: Upload AppImage (${{matrix.arch}})