0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

fixing 512sum on CB

This commit is contained in:
Bert van der Weerd 2023-11-04 12:03:19 +01:00
parent 6bd51330e0
commit 974872e244
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -69,7 +69,7 @@ Release:
- |
curl \
--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"
- |
curl -X 'POST' \