git: Fix deb compression argument
This commit is contained in:
parent
974b9c77e0
commit
49cc85dd3b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user