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 expire_in: 7 days
paths: paths:
- target/debug/rsddns - target/debug/rsddns
- target/debug/rsddns.md5
- target/debug/rsddns.sha1
tags: tags:
- docker - docker
@ -38,6 +36,8 @@ release:
expire_in: 7 days expire_in: 7 days
paths: paths:
- target/release/rsddns - target/release/rsddns
- target/release/rsddns.md5
- target/release/rsddns.sha1
tags: tags:
- docker - docker
only: only:

Loading…
Cancel
Save