Skip to content

Commit 9689b83

Browse files
committed
Preserve file permissions in tar bundles
Fixes #316
1 parent 8682517 commit 9689b83

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
@@ -155,7 +155,7 @@ jobs:
155155
# decompress them
156156
gzip -d bin/*.gz
157157
cd bin
158-
tar -czf haskell-language-server.tar.gz *
158+
tar -czpf haskell-language-server.tar.gz *
159159
160160
- uses: actions/[email protected]
161161
env:

0 commit comments

Comments
 (0)