try it this way

This commit is contained in:
Sebastian Hugentobler 2019-06-11 11:22:54 +02:00
parent a3fb69bfdf
commit 32623b8d14

View File

@ -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