diff options
author | actboy168 <actboy168@gmail.com> | 2020-03-24 14:24:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 14:24:02 +0800 |
commit | 4acbc95a82159e6bbd186da92b2ba5b2bf2630b1 (patch) | |
tree | 9f4b00e86d303b124a60a4fa36a96478f30053db /.github | |
parent | f02e57b807dc7669b4327de753fb7f2225b05cc1 (diff) | |
download | lua-language-server-4acbc95a82159e6bbd186da92b2ba5b2bf2630b1.zip |
Update build.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8185937..703ded02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,4 +17,4 @@ jobs: - uses: actions/upload-artifact@v1.0.0 with: name: lua-language-server - path: publish + path: bin |