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