mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
4de741ed09
commit
4d35d9365e
1 changed files with 2 additions and 8 deletions
|
@ -36,14 +36,8 @@ Release:
|
|||
- curl -L --output /usr/local/bin/release-cli "https://release-cli-downloads.s3.amazonaws.com/latest/release-cli-linux-amd64"
|
||||
- chmod +x /usr/local/bin/release-cli
|
||||
script:
|
||||
- curl \
|
||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz \
|
||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz"
|
||||
- curl \
|
||||
--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"
|
||||
- curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file librewolf-$VERSION-$RELEASE.source.tar.gz "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz"
|
||||
- curl --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))"
|
||||
|
|
Loading…
Reference in a new issue