mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
Actually upload signature
This commit is contained in:
parent
e5762e9d5b
commit
f89349b7fc
1 changed files with 5 additions and 0 deletions
|
@ -116,6 +116,11 @@ Release:
|
||||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum \
|
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum \
|
||||||
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum"
|
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sha512sum"
|
||||||
|
- |
|
||||||
|
curl \
|
||||||
|
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||||
|
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sig \
|
||||||
|
"$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/generic/librewolf-source/$VERSION-$RELEASE/librewolf-$VERSION-$RELEASE.source.tar.gz.sig"
|
||||||
- |
|
- |
|
||||||
curl -X 'POST' \
|
curl -X 'POST' \
|
||||||
"https://codeberg.org/api/v1/repos/librewolf/source/releases?token=$CODEBERG_TOKEN" \
|
"https://codeberg.org/api/v1/repos/librewolf/source/releases?token=$CODEBERG_TOKEN" \
|
||||||
|
|
Loading…
Reference in a new issue