fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-21 09:28:15 +08:00
parent 138f5975da
commit 53bad38f1d

View File

@@ -18,7 +18,7 @@ build_project:
- echo "npm run build"
- npm run build
artifacts:
paths: dist/** # 保存的文件
paths: dist
only:
- dev-cicd
tags: