Skip to content

Commit

Permalink
FIXUP: move .deb packages before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jun 14, 2024
1 parent 12327ce commit 921d471
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/check-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 921d471

Please sign in to comment.