ci: better names for artifacts

This commit is contained in:
UdjinM6 2024-12-12 13:44:18 +03:00
parent 3984a49a43
commit a191c09cdc
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -73,7 +73,7 @@ builder-image:
- depends/built - depends/built
- depends/sdk-sources - depends/sdk-sources
artifacts: artifacts:
name: depends name: depends-${CI_JOB_NAME}
when: on_success when: on_success
paths: paths:
- depends/$HOST - depends/$HOST
@ -130,7 +130,7 @@ builder-image:
paths: paths:
- cache/ccache - cache/ccache
artifacts: artifacts:
name: binaries name: build-${BUILD_TARGET}
when: always when: always
paths: paths:
- build-ci - build-ci