diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 665f4147..fbeb47ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,4 +27,5 @@ bundle: artifacts: paths: - dist/bitmask-* - name: "bitmask_linux64_latest_${CI_BUILD_REF}" + name: "Bitmask_linux64_latest_${CI_BUILD_REF}" + expire_in: 1 week |