Update build-linux.yml

Change the compression method to xz when building the deb package to ensure support for older deb-based distributions.
This commit is contained in:
Alexey Avramov 2024-06-22 13:43:53 +09:00 committed by GitHub
parent 084a6aff4b
commit 80d8778c3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |