Merge pull request #11 from hakavlad/patch-1

Update build-linux.yml
This commit is contained in:
Evan Su 2024-06-22 09:53:53 -04:00 committed by GitHub
commit aa163d6a64
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: |