From 75b960e0dd665bb13cf0e4648bad4d36cef534f6 Mon Sep 17 00:00:00 2001 From: marvin <marvin@weiler.rocks> Date: Sun, 6 Mar 2022 21:49:45 +0100 Subject: [PATCH] Adjusted the artifacts to only contain binary The only needed file is the binray so all others are not needed and can go --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 341f1bb..61d71fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: - cargo build --release artifacts: paths: - - target/release/ + - target/release/amd-scrapper rules: - if: $CI_COMMIT_TAG -- GitLab