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 12, 2024
1 parent 91f5a83 commit e862229
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/dashcore-${BUILD_TARGET}/contrib/linearize/linearize-data.py # for feature_loadblock.py
Expand Down

0 comments on commit e862229

Please sign in to comment.