Skip to content

Commit e28d88a

Browse files
committed
fix #1869
1 parent 034d4f4 commit e28d88a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
PKG_SUBMOD_NAME="${{ env.PROJECT }}-${{ steps.vars.outputs.PKG_VERSION }}-submodules.zip"
131131
PKG_SUBMOD_PATH="${STAGING}/$PKG_SUBMOD_NAME"
132132
133-
zip -r $PKG_SUBMOD_PATH ./ -x "*.git*" -x "*.vscode*" -x "build*" -x "${{ env.BIN_DIR }}*" -x "${STAGING}*"
133+
zip -r $PKG_SUBMOD_PATH ./ -x "*.git*" -x "*.vscode*" -x "build*" -x "${{ env.BIN_DIR }}*" -x "${STAGING}*" -x "3rd/json.lua" -x "log"
134134
135135
echo PKG_SUBMOD_PATH=${PKG_SUBMOD_PATH} >> $GITHUB_OUTPUT
136136

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
## 3.6.9
44
* `FIX` [#1864]
55
* `FIX` [#1868]
6+
* `FIX` [#1869]
67

78
[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
89
[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
10+
[#1869]: https://github.com/sumneko/lua-language-server/issues/1869
911

1012
## 3.6.8
1113
`2023-1-31`

0 commit comments

Comments
 (0)