From 05ad547341c474ce15597a3dae70df1e3c3e1d89 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 11 Jan 2025 15:57:42 +0100 Subject: [PATCH] git: Use zstd to compress .deb builds --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1893e837a..efb12474d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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