diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04173be..35816b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ build: after_script: - echo JOB_ID=$CI_JOB_ID >> job.env - mkdir artifacts - - cp /builds/Neshura/cloudflare-dns-updater/target/release/cloudflare-dns-updater /artifacts - - cp /builds/Neshura/cloudflare-dns-updater/config.json /artifacts + - cp /builds/Neshura/cloudflare-dns-updater/target/release/cloudflare-dns-updater /artifacts/ + - cp /builds/Neshura/cloudflare-dns-updater/config.json /artifacts/ - cp /builds/Neshura/cloudflare-dns-updater/api-key-empty.json /artifacts/api-key.json - ls /