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

Update .gitlab-ci.yml

This commit is contained in:
Bert van der Weerd 2023-11-04 09:59:03 +00:00
parent 71d46d3154
commit 27fa3a1ff4

View file

@ -54,7 +54,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' \