git: Fix deb compression argument

This commit is contained in:
WerWolv
2022-08-05 19:45:01 +02:00
committed by GitHub
parent 974b9c77e0
commit 49cc85dd3b

View File

@@ -257,7 +257,7 @@ jobs:
- name: 📦 Bundle DEB
run: |
cp -r build/DEBIAN build/AppDir
dpkg-deb -Zcompress-type gzip --build build/AppDir
dpkg-deb -Zgzip --build build/AppDir
mv build/AppDir.deb imhex-${{env.IMHEX_VERSION}}.deb
rm -rf build/AppDir/DEBIAN