File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
PKG_SUBMOD_NAME="${{ env.PROJECT }}-${{ steps.vars.outputs.PKG_VERSION }}-submodules.zip"
131
131
PKG_SUBMOD_PATH="${STAGING}/$PKG_SUBMOD_NAME"
132
132
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"
134
134
135
135
echo PKG_SUBMOD_PATH=${PKG_SUBMOD_PATH} >> $GITHUB_OUTPUT
136
136
Original file line number Diff line number Diff line change 3
3
## 3.6.9
4
4
* ` FIX ` [ #1864 ]
5
5
* ` FIX ` [ #1868 ]
6
+ * ` FIX ` [ #1869 ]
6
7
7
8
[ #1864 ] : https://github.com/sumneko/lua-language-server/issues/1864
8
9
[ #1868 ] : https://github.com/sumneko/lua-language-server/issues/1868
10
+ [ #1869 ] : https://github.com/sumneko/lua-language-server/issues/1869
9
11
10
12
## 3.6.8
11
13
` 2023-1-31 `
You can’t perform that action at this time.
0 commit comments