summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 21:12:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 21:12:45 +0800
commit08dfd5c4e20fe03bf07961b88a759d2fa1c1c7d7 (patch)
tree5cb2af1327b0e63efb3636b842a597fcfe9fe095 /.github/workflows
parent5281d48247f8eed423e6a6f09ce5eb0039de458c (diff)
downloadlua-language-server-08dfd5c4e20fe03bf07961b88a759d2fa1c1c7d7.zip
why?
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c6a2ff85..1507d0a1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,8 +17,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: lua-language-server
- path: |
- bin
+ path: bin
resource:
runs-on: ubuntu-latest
steps: