Fix JS build artifact
The JS build step was reporting the JS source folder as an artifact. I've updated it to use the output folder instead.
This commit is contained in:
parent
c835bf3b7e
commit
a42e94ce66
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ build:
|
||||||
name: "dist"
|
name: "dist"
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
- "js/"
|
- "openflexure_microscope/static/dist/"
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue