[ci] collect build artifacts for a week

This commit is contained in:
core 2022-12-15 18:09:01 -05:00
parent 9316502432
commit 68d4507084
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ compile:
script: script:
- cargo check - cargo check
- cargo build - cargo build
artifacts:
paths:
- target/release/quicktap-cli
expire_in: 1 week
tests: tests:
stage: test stage: test