Skip to content

Commit

Permalink
ci: better names for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 14, 2024
1 parent 3984a49 commit a191c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -130,7 +130,7 @@ builder-image:
paths:
- cache/ccache
artifacts:
name: binaries
name: build-${BUILD_TARGET}
when: always
paths:
- build-ci
Expand Down

0 comments on commit a191c09

Please sign in to comment.