diff options
author | actboy168 <actboy168@gmail.com> | 2021-12-15 17:43:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 17:43:12 +0800 |
commit | 7b018aa08d0cc2b052c50fba34d94f35a3421683 (patch) | |
tree | d3fc520f942325c11f09a76e9c93064efbea15ff /.github/workflows | |
parent | 188dbf07487f8a7dd1aa0a9af17e27419332f80b (diff) | |
download | lua-language-server-7b018aa08d0cc2b052c50fba34d94f35a3421683.zip |
Update build.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cc09d21..31c8d7f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,8 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive + - uses: actboy168/setup-luamake@master + - run: luamake -platform ${{ matrix.platform }} - name: Setting up workflow variables id: vars @@ -63,11 +65,7 @@ jobs: echo ::set-output name=PKG_NAME::${PKG_NAME} echo ::set-output name=PKG_PATH::"${PKG_STAGING}/${PKG_NAME}" echo ::set-output name=PKG_STAGING::${PKG_STAGING} - - - uses: actboy168/setup-luamake@master - - - run: luamake -platform ${{ matrix.platform }} - + - uses: actions/upload-artifact@v2 with: name: ${{ steps.vars.outputs.PKG_BASENAME }} |