mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-13 06:08:30 +02:00
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:
parent
084a6aff4b
commit
80d8778c3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
||||||
python -m zipfile -e Picocrypt.zip Picocrypt
|
python -m zipfile -e Picocrypt.zip Picocrypt
|
||||||
cp src/Picocrypt Picocrypt/Picocrypt/usr/bin/picocrypt-gui
|
cp src/Picocrypt Picocrypt/Picocrypt/usr/bin/picocrypt-gui
|
||||||
cd Picocrypt
|
cd Picocrypt
|
||||||
dpkg-deb --build --root-owner-group Picocrypt
|
dpkg-deb -Zxz --build --root-owner-group Picocrypt
|
||||||
|
|
||||||
- name: Prepare to upload artifacts
|
- name: Prepare to upload artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue