summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-12-08 11:32:30 +0800
committerGitHub <noreply@github.com>2021-12-08 11:32:30 +0800
commitd9075998951032c7425c27d79cb7ac7f16beb091 (patch)
tree9486ea013e8435371e13acdbac6d6614c4d520c4 /.github
parent6f5aa8ca04f97fe3e1d3059b9d7868552fda0158 (diff)
downloadlua-language-server-d9075998951032c7425c27d79cb7ac7f16beb091.zip
Update build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 946e7490..f7e50f07 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,19 @@ jobs:
submodules : recursive
- uses: actboy168/setup-luamake@master
- run: luamake
- - uses: actions/upload-artifact@v1.0.0
+ - uses: actions/upload-artifact@v2
with:
name: lua-language-server
path: bin
+ resource:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/upload-artifact@v2
+ with:
+ name: lua-language-server
+ path: |
+ main.lua
+ debugger.lua
+ locale
+ meta
+ script