Skip to content

Commit

Permalink
Use xz instead of zstd default for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 authored Feb 13, 2024
1 parent 2672dcf commit aa5bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cp man/* fcow_1.2-1/usr/local/man/man6/
- name: Create deb package
run: dpkg-deb --build fcow_1.2-1
run: dpkg-deb -Zxz --build fcow_1.2-1

- name: Upload deb as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aa5bea7

Please sign in to comment.