Skip to content

Commit

Permalink
Fix folder structure of tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 committed Oct 4, 2020
1 parent 14497f2 commit c4d16f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
mv haskell-language-server-wrapper-${{ matrix.os }}.gz/haskell-language-server-wrapper.gz bin
# decompress them
gzip -d bin/*.gz
tar -czf bin/haskell-language-server.tar.gz bin/*
cd bin
tar -czf haskell-language-server.tar.gz *
- uses: actions/upload-release-asset@v1.0.2
env:
Expand Down

0 comments on commit c4d16f8

Please sign in to comment.