ci: Be explicit about the Debian package we install in end-user envs

This commit is contained in:
Alex Pyrgiotis 2024-10-08 18:31:10 +03:00
parent dd3ab71065
commit fba009a7f0
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -174,7 +174,7 @@ jobs:
if: matrix.distro == 'debian' && matrix.version == 'bookworm' if: matrix.distro == 'debian' && matrix.version == 'bookworm'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: dangerzone.deb name: dangerzone-${{ matrix.distro }}-${{ matrix.version }}.deb
path: "deb_dist/dangerzone_*_*.deb" path: "deb_dist/dangerzone_*_*.deb"
if-no-files-found: error if-no-files-found: error
compression-level: 0 compression-level: 0
@ -214,7 +214,7 @@ jobs:
- name: Download Dangerzone .deb - name: Download Dangerzone .deb
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: dangerzone.deb name: dangerzone-debian-bookworm.deb
path: "deb_dist/" path: "deb_dist/"
- name: Build end-user environment - name: Build end-user environment