diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-08 11:43:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 11:43:06 +0800 |
commit | 013e899990013b5c49e0c3b915cd67dcb37c9eee (patch) | |
tree | 3c24d489c7eb38d9c7e876c2d2e0a7dd4c0a1b22 /.github/workflows | |
parent | e341eb72d89c5eae4aeb6377e2f3a98f4e5c322d (diff) | |
download | lua-language-server-013e899990013b5c49e0c3b915cd67dcb37c9eee.zip |
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbc46136..416ed283 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,8 @@ jobs: - uses: actions/upload-artifact@v2 with: name: lua-language-server - path: bin + path: | + bin resource: runs-on: ubuntu-latest steps: |