From 921d471128e5b30e5121abe8aceaf9cb11d0748a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 14 Jun 2024 16:31:11 +0200 Subject: [PATCH] FIXUP: move .deb packages before installation --- .github/workflows/check-packages.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-packages.yml b/.github/workflows/check-packages.yml index 7fcebcd..f05c573 100644 --- a/.github/workflows/check-packages.yml +++ b/.github/workflows/check-packages.yml @@ -24,24 +24,31 @@ jobs: - target: ubuntu-20.04 distro: ubuntu version: "20.04" + version-name: fossa - target: ubuntu-22.04 distro: ubuntu version: "22.04" + version-name: jammy - target: ubuntu-23.10 distro: ubuntu version: "23.10" + version-name: mantic - target: ubuntu-24.04 distro: ubuntu version: "24.04" + version-name: noble - target: debian-bullseye distro: debian version: bullseye + version-name: bullseye - target: debian-bookworm distro: debian version: bookworm + version-name: bookworm - target: debian-trixie distro: debian version: trixie + version-name: trixie steps: - name: Checkout dangerzone repo @@ -56,7 +63,7 @@ jobs: path: deb - name: Move repository packages - run: mv deb/ + run: mv deb/dangerzone/${{ matrix.version-name }}/*.deb main/share/. - uses: actions/setup-python@v5 with: