Preserve file permissions in tar bundles

Fixes #316
This commit is contained in:
Luke Lau 2020-11-11 01:35:37 +00:00
parent 8682517e9f
commit 9689b83945

View File

@ -155,7 +155,7 @@ jobs:
# decompress them
gzip -d bin/*.gz
cd bin
tar -czf haskell-language-server.tar.gz *
tar -czpf haskell-language-server.tar.gz *
- uses: actions/upload-release-asset@v1.0.2
env: