From 32623b8d14e742e8ffc5cf7ee72601b9fdfc37b0 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 11 Jun 2019 11:22:54 +0200 Subject: [PATCH] try it this way --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b9b8d5..e7e103d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: release: script: - make - - curl -H "$TOKEN_HEADER" "https://$CI_API_V4_URL/$CI_PROJECT_ID/releases" + - curl -H "$TOKEN_HEADER" https://$CI_API_V4_URL/$CI_PROJECT_ID/releases artifacts: paths: - dist/*.tar.gz