summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 15:43:36 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 15:43:36 +0800
commitb8cab7dcd12ab535e3402cf81f9bd6781f748c5f (patch)
tree683ddeab6cc70d6c11bf70be6f78bf455e0565e9 /.github/workflows
parent130da8962cb4cd5a130a5e4ab1b1ad56ddc529cf (diff)
downloadlua-language-server-b8cab7dcd12ab535e3402cf81f9bd6781f748c5f.zip
update workflows
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml10
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