From fba009a7f07891a4e0827ac50ff181e3d4ced3ec Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 8 Oct 2024 18:31:10 +0300 Subject: [PATCH] ci: Be explicit about the Debian package we install in end-user envs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d7fc6..c3c4ef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: if: matrix.distro == 'debian' && matrix.version == 'bookworm' uses: actions/upload-artifact@v4 with: - name: dangerzone.deb + name: dangerzone-${{ matrix.distro }}-${{ matrix.version }}.deb path: "deb_dist/dangerzone_*_*.deb" if-no-files-found: error compression-level: 0 @@ -214,7 +214,7 @@ jobs: - name: Download Dangerzone .deb uses: actions/download-artifact@v4 with: - name: dangerzone.deb + name: dangerzone-debian-bookworm.deb path: "deb_dist/" - name: Build end-user environment