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: build:
script: script:
- make redist - make tar
rules: rules:
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
release: release:
script: script:
- make redist - make tar
- mv build/build.tar.gz build/ncc_$CI_COMMIT_TAG.tar.gz
artifacts: artifacts:
paths: paths:
- build/src - build/ncc_$CI_COMMIT_TAG.tar.gz
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG