mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-08 13:50:07 -05:00
Update .gitlab-ci.yml
This commit is contained in:
parent
931cccb7e2
commit
40297c7e6f
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ Build:
|
||||||
paths:
|
paths:
|
||||||
- librewolf-*.source.tar.gz
|
- librewolf-*.source.tar.gz
|
||||||
- librewolf-*.source.tar.gz.sha256sum
|
- librewolf-*.source.tar.gz.sha256sum
|
||||||
|
- librewolf-*.source.tar.gz.sig
|
||||||
reports:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
|
|
||||||
|
@ -57,4 +58,7 @@ Release:
|
||||||
- name: librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
- name: librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
||||||
link_type: other
|
link_type: other
|
||||||
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
||||||
|
- name: librewolf-$VERSION-$RELEASE.source.tar.gz.sig
|
||||||
|
link_type: other
|
||||||
|
url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sig
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue