Skip to content

Commit b737f0c

Browse files
authored
Merge pull request #1694 from Integral-Tech/tarball-compress
Improve source archive compression in GitHub Actions
2 parents e471d06 + a2ee484 commit b737f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- name: Compress source
7474
run: |
7575
mkdir -v archive
76-
tar --create --gzip --verbose \
77-
--file archive/darling-source.tar.gz \
76+
tar --create --use-compress-program="xz -9e" --verbose \
77+
--file archive/darling-source.tar.xz \
7878
--exclude=.git --exclude=.gitmodules --exclude=.gitignore \
7979
--directory=source \
8080
darling

0 commit comments

Comments
 (0)