actions fix 5
This commit is contained in:
parent
9710e2ba0d
commit
4809d4ac0d
1 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
env:
|
||||
ACTIONS_RUNTIME_URL: "http:/10.0.0.5:3020"
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
path: dist/
|
||||
|
|
Loading…
Add table
Reference in a new issue