File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -223,17 +223,17 @@ jobs:
223
223
path : dist/robotcode*.vsix
224
224
225
225
- name : Upload python package
226
- id : upload-python-package
226
+ id : upload-python-packages
227
227
uses : actions/upload-artifact@v4
228
228
with :
229
- name : python-package
229
+ name : python-packages
230
230
path : dist/*.tar.gz
231
231
232
232
- name : Upload python wheel package
233
- id : upload-wheel-package
233
+ id : upload-wheel-packages
234
234
uses : actions/upload-artifact@v4
235
235
with :
236
- name : wheel-package
236
+ name : wheel-packages
237
237
path : dist/*.whl
238
238
239
239
- name : Upload intellij plugin
@@ -275,19 +275,19 @@ jobs:
275
275
276
276
- uses : actions/download-artifact@v4
277
277
with :
278
- artifact-ids : upload- vscode-package
278
+ name : vscode-package
279
279
path : dist
280
280
- uses : actions/download-artifact@v4
281
281
with :
282
- artifact-ids : upload- python-package
282
+ name : python-packages
283
283
path : dist
284
284
- uses : actions/download-artifact@v4
285
285
with :
286
- artifact-ids : upload- wheel-package
286
+ name : wheel-packages
287
287
path : dist
288
288
- uses : actions/download-artifact@v4
289
289
with :
290
- artifact-ids : upload- intellij-package
290
+ name : intellij-package
291
291
path : dist
292
292
293
293
- name : get release informations
You can’t perform that action at this time.
0 commit comments