From 2daec09426474fe527d2de8bfc6bfda2e5e79cfa Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 2 Nov 2023 10:52:45 +0000 Subject: [PATCH] Attempt to upload artifacts --- .github/workflows/node.js.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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