fix packaging existing version

This commit is contained in:
JOLIMAITRE Matthieu 2025-07-28 18:28:21 +02:00
parent e94d8a0c50
commit 155027fc9b
3 changed files with 16 additions and 5 deletions

View file

@ -16,6 +16,14 @@ zip "$artefact" regar
du -sh "$artefact"
curl --user "$auth" \
--request DELETE \
"https://git.barnulf.net/api/packages/mb/generic/regar/$version/$artefact" || true
curl --user "$auth" \
--request DELETE \
"https://git.barnulf.net/api/packages/mb/generic/regar/latest/$artefact" || true
curl --progress-bar \
--user "$auth" \
--upload-file "$artefact" \