[ci] collect build artifacts for a week
This commit is contained in:
parent
9316502432
commit
68d4507084
|
@ -6,6 +6,10 @@ compile:
|
|||
script:
|
||||
- cargo check
|
||||
- cargo build
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/quicktap-cli
|
||||
expire_in: 1 week
|
||||
|
||||
tests:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue