2626 provider : " gcp"
2727 image : " ${IMAGE_UBUNTU_X86_64}"
2828 machineType : " c2-standard-16"
29+ artifact_paths :
30+ - build/distributions/**
2931 plugins :
3032 - *oidc_plugin
3133
3840 provider : " gcp"
3941 image : " ${IMAGE_UBUNTU_X86_64}"
4042 machineType : " c2-standard-16"
43+ artifact_paths :
44+ - build/distributions/**
4145 plugins :
4246 - *oidc_plugin
4347
5155 provider : " gcp"
5256 image : " ${IMAGE_UBUNTU_X86_64}"
5357 machineType : " c2-standard-16"
58+ artifact_paths :
59+ - build/distributions/**
5460 plugins :
5561 - *oidc_plugin
5662
6571 provider : " gcp"
6672 image : " ${IMAGE_UBUNTU_X86_64}"
6773 machineType : " c2-standard-16"
74+ artifact_paths :
75+ - build/distributions/**
6876 plugins :
6977 - *oidc_plugin
7078
7684 provider : " aws"
7785 imagePrefix : " ${IMAGE_UBUNTU_ARM_64}"
7886 instanceType : " t4g.2xlarge"
87+ artifact_paths :
88+ - build/distributions/**
7989 plugins :
8090 - *oidc_plugin
8191
8898 provider : " aws"
8999 imagePrefix : " ${IMAGE_UBUNTU_ARM_64}"
90100 instanceType : " t4g.2xlarge"
101+ artifact_paths :
102+ - build/distributions/**
91103 plugins :
92104 - *oidc_plugin
93105
@@ -101,6 +113,8 @@ steps:
101113 provider : " aws"
102114 imagePrefix : " ${IMAGE_UBUNTU_ARM_64}"
103115 instanceType : " t4g.2xlarge"
116+ artifact_paths :
117+ - build/distributions/**
104118 plugins :
105119 - *oidc_plugin
106120
@@ -115,6 +129,8 @@ steps:
115129 provider : " aws"
116130 imagePrefix : " ${IMAGE_UBUNTU_ARM_64}"
117131 instanceType : " t4g.2xlarge"
132+ artifact_paths :
133+ - build/distributions/**
118134 plugins :
119135 - *oidc_plugin
120136
0 commit comments