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