更新Gitee workflow文件

pull/49/MERGE
陈精华 2022-07-21 11:38:48 +08:00
parent ab439a17a3
commit f1b949865f
4 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ stages:
- name: BUILD_ARTIFACT
# jartarget
path:
- ./target
- ./server/target
- step: publish@general_artifacts
name: publish_general_artifacts
displayName:

View File

@ -22,7 +22,7 @@ stages:
- name: BUILD_ARTIFACT
# jartarget
path:
- ./target
- ./server/target
- step: publish@general_artifacts
name: publish_general_artifacts
displayName:

View File

@ -22,7 +22,7 @@ stages:
- name: BUILD_ARTIFACT
# jartarget
path:
- ./target
- ./server/target
- step: publish@general_artifacts
name: publish_general_artifacts
displayName:

View File

@ -24,7 +24,7 @@ stages:
artifacts:
- name: BUILD_ARTIFACT
path:
- ./target
- ./server/target
settings: []
caches:
- ~/.m2