Update .gitlab-ci.yml to release package builds

This commit is contained in:
Netkas 2023-07-11 23:09:21 +00:00
parent f0b7067107
commit 696b8f16ff

View file

@ -36,6 +36,10 @@ release:
stage: deploy
script:
- 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:
paths:
- build/