Skip to content

Commit

Permalink
fix #1869
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 2, 2023
1 parent 034d4f4 commit e28d88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
PKG_SUBMOD_NAME="${{ env.PROJECT }}-${{ steps.vars.outputs.PKG_VERSION }}-submodules.zip"
PKG_SUBMOD_PATH="${STAGING}/$PKG_SUBMOD_NAME"
zip -r $PKG_SUBMOD_PATH ./ -x "*.git*" -x "*.vscode*" -x "build*" -x "${{ env.BIN_DIR }}*" -x "${STAGING}*"
zip -r $PKG_SUBMOD_PATH ./ -x "*.git*" -x "*.vscode*" -x "build*" -x "${{ env.BIN_DIR }}*" -x "${STAGING}*" -x "3rd/json.lua" -x "log"
echo PKG_SUBMOD_PATH=${PKG_SUBMOD_PATH} >> $GITHUB_OUTPUT
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## 3.6.9
* `FIX` [#1864]
* `FIX` [#1868]
* `FIX` [#1869]

[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
[#1869]: https://github.com/sumneko/lua-language-server/issues/1869

## 3.6.8
`2023-1-31`
Expand Down

0 comments on commit e28d88a

Please sign in to comment.