diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 21:27:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-14 21:27:00 +0800 |
commit | ab90988c46b8eaa0c291e6f9da6c9b71daad36cb (patch) | |
tree | 72040330a6c9fba39a4862fae84d55c2c3daf531 /.github/workflows | |
parent | becfbcaebb5e5f6e0009e53bca461568f1fdff66 (diff) | |
download | lua-language-server-ab90988c46b8eaa0c291e6f9da6c9b71daad36cb.zip |
OK, I known it
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97d54d22..342b0632 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,9 @@ jobs: - uses: actions/upload-artifact@v2 with: name: lua-language-server - path: ./bin + path: | + changelog.md + bin resource: runs-on: ubuntu-latest steps: @@ -31,7 +33,6 @@ jobs: path: | main.lua debugger.lua - changelog.md locale meta script |