fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-21 09:30:08 +08:00
parent 53bad38f1d
commit e8b1e82a2b

View File

@@ -18,7 +18,8 @@ build_project:
- echo "npm run build"
- npm run build
artifacts:
paths: dist
paths:
- dist
only:
- dev-cicd
tags: