Skip to content
代码片段 群组 项目
提交 2567d761 编辑于 作者: Seeker186's avatar Seeker186
浏览文件

Added composite artifact publishing for the missing architectures the pipelines failed in.

上级 347a45cb
No related branches found
No related tags found
无相关合并请求
......@@ -374,6 +374,8 @@ stages:
includeForks: true
- name: MacOS_arm64_Packages
path: artifacts/packages/
- name: MacOS_arm64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -404,6 +406,8 @@ stages:
includeForks: true
- name: MacOS_x64_Packages
path: artifacts/packages/
- name: MacOS_x64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -451,6 +455,8 @@ stages:
includeForks: true
- name: Linux_x64_Packages
path: artifacts/packages/
- name: Linux_x64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -482,6 +488,8 @@ stages:
includeForks: true
- name: Linux_arm_Packages
path: artifacts/packages/
- name: Linux_arm_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -522,6 +530,8 @@ stages:
includeForks: true
- name: Linux_arm64_Packages
path: artifacts/packages/
- name: Linux_arm64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -557,6 +567,8 @@ stages:
includeForks: true
- name: Linux_musl_x64_Packages
path: artifacts/packages/
- name: Linux_musl_x64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -591,6 +603,8 @@ stages:
includeForks: true
- name: Linux_musl_arm_Packages
path: artifacts/packages/
- name: Linux_musl_arm_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......@@ -625,6 +639,8 @@ stages:
includeForks: true
- name: Linux_musl_arm64_Packages
path: artifacts/packages/
- name: Linux_musl_arm64_CompositeImages
path: artifacts/obj/Composite/Release
- ${{ if ne(variables.PostBuildSign, 'true') }}:
- template: jobs/codesign-xplat.yml
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册