github: fix ubuntu action when building dpkg.

This commit is contained in:
Dario Lombardo 2022-02-24 09:12:30 +01:00 committed by A Wireshark GitLab Utility
parent af6d86d4a7
commit ec6a47f663
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ jobs:
run: pytest
working-directory: build
- name: Build debian pkg
run: dpkg-buildpackage -b -us -uc -jauto
run: |
ln --symbolic --no-dereference --force packaging/debian
dpkg-buildpackage -b -us -uc -jauto
- name: Move deb packages
run: |
mkdir deb