mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
fixing 512sum on CB
This commit is contained in:
parent
6bd51330e0
commit
974872e244
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Release:
|
||||||
- |
|
- |
|
||||||
curl \
|
curl \
|
||||||
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
|
||||||
--upload-file librewolf-$VERSION-$RELEASE.source.tar.gz.sha256sum \
|
--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 -X 'POST' \
|
curl -X 'POST' \
|
||||||
|
|
Loading…
Reference in a new issue