Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-01-29 18:22:47 -05:00
parent de83f53a2d
commit 018918b4e9

View file

@ -18,15 +18,16 @@ before_script:
build:
script:
- make redist
- make tar
rules:
- if: $CI_COMMIT_BRANCH
release:
script:
- make redist
- make tar
- mv build/build.tar.gz build/ncc_$CI_COMMIT_TAG.tar.gz
artifacts:
paths:
- build/src
- build/ncc_$CI_COMMIT_TAG.tar.gz
rules:
- if: $CI_COMMIT_TAG