summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 21:27:00 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 21:27:00 +0800
commitab90988c46b8eaa0c291e6f9da6c9b71daad36cb (patch)
tree72040330a6c9fba39a4862fae84d55c2c3daf531 /.github
parentbecfbcaebb5e5f6e0009e53bca461568f1fdff66 (diff)
downloadlua-language-server-ab90988c46b8eaa0c291e6f9da6c9b71daad36cb.zip
OK, I known it
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 97d54d22..342b0632 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: lua-language-server
- path: ./bin
+ path: |
+ changelog.md
+ bin
resource:
runs-on: ubuntu-latest
steps:
@@ -31,7 +33,6 @@ jobs:
path: |
main.lua
debugger.lua
- changelog.md
locale
meta
script