更新Gitee workflow文件

This commit is contained in:
陈精华
2022-07-21 11:38:48 +08:00
parent ab439a17a3
commit f1b949865f
4 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ version: '1.0'
name: pr-pipeline
displayName: PRPipeline
stages:
- stage:
- stage:
name: compile
displayName: 编译
steps:
@ -22,7 +22,7 @@ stages:
- name: BUILD_ARTIFACT
# 构建产物获取路径是指代码编译完毕之后构建物的所在路径如通常jar包在target目录下当前目录为代码库根目录
path:
- ./target
- ./server/target
- step: publish@general_artifacts
name: publish_general_artifacts
displayName: 上传制品