File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments