diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-08 11:36:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 11:36:38 +0800 |
commit | e341eb72d89c5eae4aeb6377e2f3a98f4e5c322d (patch) | |
tree | 91f6e8764b9054aa4d54eef52d2260c109539b63 /.github/workflows | |
parent | d9075998951032c7425c27d79cb7ac7f16beb091 (diff) | |
download | lua-language-server-e341eb72d89c5eae4aeb6377e2f3a98f4e5c322d.zip |
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7e50f07..bbc46136 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: resource: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v1 + with: + ref: refs/heads/master + submodules : recursive - uses: actions/upload-artifact@v2 with: name: lua-language-server |