From 40297c7e6fed427523a335a34baa81e0c0e3854c Mon Sep 17 00:00:00 2001 From: stanzabird Date: Mon, 16 May 2022 13:18:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28ab8b2..bbfaa69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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