diff --git a/.workflow/pipeline-20240129_pub.yml b/.workflow/pipeline-20240129_pub.yml index 5a5fc07e..169f238c 100644 --- a/.workflow/pipeline-20240129_pub.yml +++ b/.workflow/pipeline-20240129_pub.yml @@ -9,7 +9,7 @@ triggers: - master stages: - name: stage-4d07c82f - displayName: 未命名 + displayName: build strategy: naturally trigger: auto executor: [] @@ -30,8 +30,22 @@ stages: notify: [] strategy: retry: '0' + - name: stage-87689e6d + displayName: upload + strategy: naturally + trigger: auto + executor: [] + steps: + - step: publish@general_artifacts + name: publish_general_artifacts + displayName: 上传制品 + dependArtifact: BUILD_ARTIFACT + artifactName: firmware + notify: [] + strategy: + retry: '0' - name: stage-6f7f1ad3 - displayName: 未命名 + displayName: publish strategy: naturally trigger: auto executor: [] @@ -39,9 +53,12 @@ stages: - step: publish@release_artifacts name: publish_release_artifacts displayName: 发布 - dependArtifact: BUILD_ARTIFACT + dependArtifact: firmware version: 1.0.0.0 autoIncrement: true notify: [] strategy: retry: '0' +strategy: + cloneDepth: 1 + blocking: true