From 80d8778c3d52a0645c600c1dd94b733fcf654a59 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 22 Jun 2024 13:43:53 +0900 Subject: [PATCH] Update build-linux.yml Change the compression method to xz when building the deb package to ensure support for older deb-based distributions. --- .github/workflows/build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 7876392..989e5a0 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -47,7 +47,7 @@ jobs: python -m zipfile -e Picocrypt.zip Picocrypt cp src/Picocrypt Picocrypt/Picocrypt/usr/bin/picocrypt-gui cd Picocrypt - dpkg-deb --build --root-owner-group Picocrypt + dpkg-deb -Zxz --build --root-owner-group Picocrypt - name: Prepare to upload artifacts run: |