Skip to content

Commit

Permalink
🤐 Use maximum compression for source release
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Apr 5, 2021
1 parent ce5158c commit b447963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ jobs:
- name: Compress
run: |
tar -cJvf dot-${{ env.DOT_VERSION }}.source.tar.xz src
XZ_OPT=-9e tar -cJvf dot-${{ env.DOT_VERSION }}.source.tar.xz src
- name: Release
uses: dothq/tag-and-release-and-upload@master
Expand Down

0 comments on commit b447963

Please sign in to comment.