Browse Source

Added the paths to the wrong build

master
Drew Short 6 years ago
parent
commit
6f49da35d6
  1. 4
      .gitlab-ci.yml

4
.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:

Loading…
Cancel
Save