summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 21:16:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 21:16:22 +0800
commitbecfbcaebb5e5f6e0009e53bca461568f1fdff66 (patch)
tree6d07b17e215130e0741b2bc95f0f2a8768b6c87c /.github
parent08dfd5c4e20fe03bf07961b88a759d2fa1c1c7d7 (diff)
downloadlua-language-server-becfbcaebb5e5f6e0009e53bca461568f1fdff66.zip
test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1507d0a1..97d54d22 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: lua-language-server
- path: bin
+ path: ./bin
resource:
runs-on: ubuntu-latest
steps: