diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52b0bb6..28ab8b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,15 +46,15 @@ Release: --header "JOB-TOKEN: $CI_JOB_TOKEN" \ --upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \ "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum" -# release: -# tag_name: "$VERSION-$RELEASE" -# description: "## LibreWolf Source Release v$VERSION-$RELEASE\n\n- \n\n(Built on GitLab by job [$BUILD_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$BUILD_JOB_ID))" -# assets: -# links: -# - name: librewolf-$VERSION-$RELEASE.source.tar.gz -# link_type: package -# url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz -# - 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 -# + release: + tag_name: "$VERSION-$RELEASE" + description: "## LibreWolf Source Release v$VERSION-$RELEASE\n\n- \n\n(Built on GitLab by job [$BUILD_JOB_ID](https://gitlab.com/librewolf-community/browser/source/-/jobs/$BUILD_JOB_ID))" + assets: + links: + - name: librewolf-$VERSION-$RELEASE.source.tar.gz + link_type: package + url: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz + - 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 +