Update .gitlab-ci.yml to release package builds
This commit is contained in:
parent
f0b7067107
commit
696b8f16ff
1 changed files with 12 additions and 8 deletions
|
@ -36,6 +36,10 @@ release:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ncc build --config release --log-level debug
|
- ncc build --config release --log-level debug
|
||||||
|
- >
|
||||||
|
curl --header "JOB-TOKEN: $CI_JOB_TOKEN"
|
||||||
|
--upload-file build/release/net.nosial.focuscrawler.ncc
|
||||||
|
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/net.nosial.tamerlib/$CI_COMMIT_TAG/net.nosial.tamerlib.ncc"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
|
Loading…
Add table
Reference in a new issue