diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 15:38:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 15:38:28 +0800 |
commit | 130da8962cb4cd5a130a5e4ab1b1ad56ddc529cf (patch) | |
tree | 73746692a934d4b42a2359dcbfb4d5b9414944ef /.github/workflows | |
parent | 27783c6c5b9a0a4924252e39609b3f972764e6d2 (diff) | |
download | lua-language-server-130da8962cb4cd5a130a5e4ab1b1ad56ddc529cf.zip |
update bin
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaf0dbd9..ba32452b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,13 +14,6 @@ jobs: submodules : recursive - uses: actboy168/setup-luamake@master - run: luamake - - uses: actions/upload-artifact@v2 - with: - name: lua-language-server - path: | - bin - !bin/**/*.lib - !bin/**/*.exp resource: runs-on: ubuntu-latest steps: @@ -38,3 +31,6 @@ jobs: locale meta script + bin-Windows + bin-Linux + bin-macOS |