try add release
This commit is contained in:
parent
d9772e7f8a
commit
c07478e987
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ build:
|
||||||
release:
|
release:
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- curl -H "PRIVATE-TOKEN: $CI_BUILD_TOKEN" "https://$CI_API_V4_URL/$CI_PROJECT_ID/releases"
|
- 'curl -H "PRIVATE-TOKEN: $CI_BUILD_TOKEN" "https://$CI_API_V4_URL/$CI_PROJECT_ID/releases"'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/*.tar.gz
|
- dist/*.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue