Skip to content

Commit 372a12e

Browse files
authored
Merge pull request #584 from bubba/github-actions-tar-preserve-permissions
Preserve file permissions in tar bundles
2 parents 65ff1fe + 9689b83 commit 372a12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
# decompress them
154154
gzip -d bin/*.gz
155155
cd bin
156-
tar -czf haskell-language-server.tar.gz *
156+
tar -czpf haskell-language-server.tar.gz *
157157
158158
- uses: actions/[email protected]
159159
env:

0 commit comments

Comments
 (0)