From d6895bc670fed91c4f0dd5930ca84203b519b240 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 1 Oct 2024 16:28:28 +0300 Subject: [PATCH] Upload DEB from Bookworm step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5205cfa..c36477f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: run --dev --no-gui ./dangerzone/install/linux/build-deb.py - name: Upload Dangerzone .deb - if: matrix.distro == 'debian' && matrix.version == 'trixie' + if: matrix.distro == 'debian' && matrix.version == 'bookworm' uses: actions/upload-artifact@v4 with: name: dangerzone.deb