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/sdk-sources
artifacts:
name: depends
name: depends-${CI_JOB_NAME}
when: on_success
paths:
- depends/$HOST
@ -130,7 +130,7 @@ builder-image:
paths:
- cache/ccache
artifacts:
name: binaries
name: build-${BUILD_TARGET}
when: always
paths:
- build-ci