Skip to content

Commit

Permalink
Merge branch 'feature/name_artifacts' into 'master'
Browse files Browse the repository at this point in the history
Name build artifacts

See merge request minknow/mkr-file-format!10
  • Loading branch information
0x55555555 committed May 7, 2022
2 parents 3c09653 + c4391f3 commit 701172a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ build-standalone-ubu20:
- cd ./archive
- tar -czf ../mkr-file-format-${mkr_version}-${OUTPUT_SKU}.tar.gz .
artifacts:
name: "${CI_JOB_NAME}-artifacts"
paths:
- build/mkr-file-format*.tar.gz

Expand Down Expand Up @@ -147,6 +148,7 @@ wheel-build:
- cd python
- pip wheel . --wheel-dir ../wheels
artifacts:
name: "${CI_JOB_NAME}-artifacts"
paths:
- wheels/*.whl

Expand Down

0 comments on commit 701172a

Please sign in to comment.