diff options
author | actboy168 <actboy168@gmail.com> | 2020-03-24 14:19:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 14:19:42 +0800 |
commit | f02e57b807dc7669b4327de753fb7f2225b05cc1 (patch) | |
tree | d37e99e39615118d9bc1657cd4b9fe6ff8002a50 /.github | |
parent | 526d262770d4b0182a8dfd5961fbc965e93bbc53 (diff) | |
download | lua-language-server-f02e57b807dc7669b4327de753fb7f2225b05cc1.zip |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad749c06..b8185937 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,3 +14,7 @@ jobs: submodules : recursive - uses: actboy168/setup-luamake@master - run: luamake + - uses: actions/upload-artifact@v1.0.0 + with: + name: lua-language-server + path: publish |