git: Use zstd to compress .deb builds
This commit is contained in:
parent
f10af882a7
commit
05ad547341
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -501,7 +501,7 @@ jobs:
|
|||||||
- name: 📦 Bundle DEB
|
- name: 📦 Bundle DEB
|
||||||
run: |
|
run: |
|
||||||
cp -r build/DEBIAN build/DebDir
|
cp -r build/DEBIAN build/DebDir
|
||||||
dpkg-deb -Zgzip --build build/DebDir
|
dpkg-deb -Zzstd --build build/DebDir
|
||||||
mv build/DebDir.deb imhex-${{ env.IMHEX_VERSION }}-Ubuntu-${{ matrix.release_num }}-x86_64.deb
|
mv build/DebDir.deb imhex-${{ env.IMHEX_VERSION }}-Ubuntu-${{ matrix.release_num }}-x86_64.deb
|
||||||
|
|
||||||
- name: ⬆️ Upload DEB
|
- name: ⬆️ Upload DEB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user