diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-08 13:52:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 13:52:27 +0800 |
commit | 247377652b61fd21f0a16ff8fd15bc8c54e3e080 (patch) | |
tree | c460f230c9ca51b70a03e8ef72d31a6062368baf /.github/workflows | |
parent | 013e899990013b5c49e0c3b915cd67dcb37c9eee (diff) | |
download | lua-language-server-247377652b61fd21f0a16ff8fd15bc8c54e3e080.zip |
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 416ed283..f5a5898a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,8 @@ jobs: name: lua-language-server path: | bin + !bin/**/*.lib + !bin/**/*.exp resource: runs-on: ubuntu-latest steps: |