From 6f49da35d6586e1d50a4d728f60750cf7db33450 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 25 Sep 2018 22:48:50 -0500 Subject: [PATCH] Added the paths to the wrong build --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d886bc7..0b6c93a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,8 +20,6 @@ debug: expire_in: 7 days paths: - target/debug/rsddns - - target/debug/rsddns.md5 - - target/debug/rsddns.sha1 tags: - docker @@ -38,6 +36,8 @@ release: expire_in: 7 days paths: - target/release/rsddns + - target/release/rsddns.md5 + - target/release/rsddns.sha1 tags: - docker only: