mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix pipeline for release.
parent
7bb810d427
commit
eb233847de
|
|
@ -638,7 +638,7 @@ shadow-release:
|
||||||
- job: pkg-hash
|
- job: pkg-hash
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH != 'master' && $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG !~ /^v/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- linux/pamhyr-gnulinux.tar.xz
|
- linux/pamhyr-gnulinux.tar.xz
|
||||||
|
|
@ -672,7 +672,7 @@ tag-release:
|
||||||
- job: pkg-hash
|
- job: pkg-hash
|
||||||
artifacts: true
|
artifacts: true
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == 'master' && $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG =~ /^v/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- linux/pamhyr-gnulinux.tar.xz
|
- linux/pamhyr-gnulinux.tar.xz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue