mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-05-08 04:49:52 -05:00
git: Fix deb compression argument
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user