Skip to content

Commit da5b57e

Browse files
committed
fix tar
1 parent 3844902 commit da5b57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
TAG=${{ needs.set_tag.outputs.tag }}
101101
TAR=projectm-$TAG-source.tar.gz
102102
# Exclude VCS metadata and the output archive itself to avoid "file changed as we read it" errors
103-
tar --warning=no-file-changed czvf "$TAR" \
103+
tar --warning=no-file-changed -czvf "$TAR" \
104104
--exclude='.git*' \
105105
--exclude="$TAR" \
106106
.

0 commit comments

Comments
 (0)