Skip to content

Commit c4d16f8

Browse files
committed
Fix folder structure of tarballs
1 parent 14497f2 commit c4d16f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ jobs:
153153
mv haskell-language-server-wrapper-${{ matrix.os }}.gz/haskell-language-server-wrapper.gz bin
154154
# decompress them
155155
gzip -d bin/*.gz
156-
tar -czf bin/haskell-language-server.tar.gz bin/*
156+
cd bin
157+
tar -czf haskell-language-server.tar.gz *
157158
158159
- uses: actions/[email protected]
159160
env:

0 commit comments

Comments
 (0)