mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -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:
|
||||
- librewolf-*.source.tar.gz
|
||||
- librewolf-*.source.tar.gz.sha256sum
|
||||
- librewolf-*.source.tar.gz.sig
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
|
||||
|
@ -57,4 +58,7 @@ Release:
|
|||
- name: librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum
|
||||
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
|
||||
- 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