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 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'
|
||||
|
|
Loading…
Reference in a new issue