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