From 5e07839454a087939779ac997365fae9bbf9177b Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 25 Sep 2018 22:27:53 -0500 Subject: [PATCH] Added the hash sums to the artifacts --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c54c324..d886bc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ debug: expire_in: 7 days paths: - target/debug/rsddns + - target/debug/rsddns.md5 + - target/debug/rsddns.sha1 tags: - docker