@@ -105,54 +105,54 @@ jobs:
105
105
echo "All retries failed, exiting."
106
106
exit 1
107
107
108
+ - name : Upload core artifact
109
+ uses : actions/upload-artifact@v4
110
+ if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'core')
111
+ with :
112
+ name : core
113
+ path : osrd-core.tar
108
114
- name : Upload core-build artifact
109
115
uses : actions/upload-artifact@v4
110
116
if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'core-build')
111
117
with :
112
118
name : core-build
113
119
path : osrd-core-build.tar
114
- - name : Upload editoast-test artifact
115
- uses : actions/upload-artifact@v4
116
- if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'editoast-test')
117
- with :
118
- name : editoast-test
119
- path : osrd-editoast-test.tar
120
120
- name : Upload editoast artifact
121
121
uses : actions/upload-artifact@v4
122
122
if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'editoast')
123
123
with :
124
124
name : editoast
125
125
path : osrd-editoast.tar
126
- - name : Upload gateway-test artifact
127
- uses : actions/upload-artifact@v4
128
- if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'gateway-test')
129
- with :
130
- name : gateway-test
131
- path : osrd-gateway-test.tar
132
- - name : Upload front-tests artifact
126
+ - name : Upload editoast-test artifact
133
127
uses : actions/upload-artifact@v4
134
- if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'front-tests ')
128
+ if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'editoast-test ')
135
129
with :
136
- name : front-tests
137
- path : osrd-front-tests .tar
130
+ name : editoast-test
131
+ path : osrd-editoast-test .tar
138
132
- name : Upload front artifact
139
133
uses : actions/upload-artifact@v4
140
134
if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'front-devel')
141
135
with :
142
136
name : front
143
137
path : osrd-front.tar
144
- - name : Upload core artifact
138
+ - name : Upload front-tests artifact
145
139
uses : actions/upload-artifact@v4
146
- if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'core ')
140
+ if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'front-tests ')
147
141
with :
148
- name : core
149
- path : osrd-core .tar
142
+ name : front-tests
143
+ path : osrd-front-tests .tar
150
144
- name : Upload gateway-standalone artifact
151
145
uses : actions/upload-artifact@v4
152
146
if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'gateway-standalone')
153
147
with :
154
148
name : gateway-standalone
155
149
path : osrd-gateway-standalone.tar
150
+ - name : Upload gateway-test artifact
151
+ uses : actions/upload-artifact@v4
152
+ if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'gateway-test')
153
+ with :
154
+ name : gateway-test
155
+ path : osrd-gateway-test.tar
156
156
- name : Upload osrdyne artifact
157
157
uses : actions/upload-artifact@v4
158
158
if : steps.bake-metadata.outputs.output_method == 'artifact' && contains(matrix.targets, 'osrdyne')
0 commit comments