Artifacts attempt 2

This commit is contained in:
Holly Stubbs 2023-11-02 10:54:29 +00:00
parent 2daec09426
commit a3c865bd9f
1 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
#- run: npm run dev:updateCheck
- run: npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: mc-beta-server
path: build/index.min.js
uses: actions/upload-artifact@v3
with:
name: 'mc-beta-server'
path: 'build/index.min.js'