Skip to content

Commit

Permalink
git: Use zstd to compress .deb builds
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jan 11, 2025
1 parent f10af88 commit 05ad547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05ad547

Please sign in to comment.