diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0928eff..778e96c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: Node.js Build on: push: @@ -30,4 +30,8 @@ jobs: # Don't run updateCheck for now #- run: npm run dev:updateCheck - run: npm run build - #- run: npm test + - name: Upload build artifact + uses: actions/upload-artifact@v3 + with: + name: mc-beta-server + path: build/index.min.js