Update CI

This commit updates CI to adapt to new changelog generation
process.

Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
This commit is contained in:
Umer Saleem 2023-11-21 00:54:51 +05:00
parent 08b4d2f79e
commit bb616aa0ab
1 changed files with 4 additions and 2 deletions

View File

@ -18,9 +18,11 @@ jobs:
- name: Build deb package
run: |
cp -a contrib/debian debian
mk-build-deps --build-dep
mk-build-deps --build-dep contrib/debian/control
apt install -y ./*.deb
sh autogen.sh
./configure
cp -a contrib/debian debian
sed 's/@CFGOPTS@/--enable-debuginfo/g' debian/rules.in > debian/rules
chmod +x debian/rules
dch -b -M --force-distribution --distribution bullseye-truenas-unstable 'Tagged from zfs CI'