Artifacts attempt 2
This commit is contained in:
parent
2daec09426
commit
a3c865bd9f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/node.js.yml
vendored
8
.github/workflows/node.js.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
#- run: npm run dev:updateCheck
|
#- run: npm run dev:updateCheck
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mc-beta-server
|
name: 'mc-beta-server'
|
||||||
path: build/index.min.js
|
path: 'build/index.min.js'
|
||||||
|
|
Loading…
Reference in a new issue