summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 20:54:37 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 20:54:37 +0800
commit18b56a2284afa3e8b4a01751753116219015abcb (patch)
treeeee0873ee8dfb6bc1cf277b806204ed7fee06457 /.github
parent96c42420174e6cd58c2b96d263364d4a35767796 (diff)
downloadlua-language-server-18b56a2284afa3e8b4a01751753116219015abcb.zip
revert to `bin/<platform>`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6788c37b..11ba5577 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,9 +18,9 @@ jobs:
with:
name: lua-language-server
path: |
- bin-Windows
- bin-Linux
- bin-macOS
+ bin/Windows
+ bin/Linux
+ bin/macOS
resource:
runs-on: ubuntu-latest
steps: