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:
Richard 2021-08-10 11:16:08 +01:00 committed by Kaspar Emanuel
parent c835bf3b7e
commit a42e94ce66

View file

@ -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