1
0
mirror of synced 2025-02-22 21:00:08 +01:00

git: Use zstd to compress .deb builds

This commit is contained in:
WerWolv 2025-01-11 15:57:42 +01:00
parent f10af882a7
commit 05ad547341

View File

@ -501,7 +501,7 @@ jobs:
- name: 📦 Bundle DEB
run: |
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
- name: ⬆️ Upload DEB