git: Use gzip to compress .deb files

This commit is contained in:
WerWolv 2022-08-05 19:33:32 +02:00 committed by GitHub
parent f86dffb2f0
commit 974b9c77e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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