Skip to content

Commit

Permalink
🐛 Include VCS files in source
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Thalacker authored Apr 17, 2021
1 parent 6538307 commit b5a1ac1
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 @@ -682,7 +682,7 @@ jobs:
- name: Compress
run: |
XZ_OPT=-9e tar --exclude-vcs -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 b5a1ac1

Please sign in to comment.