Fix deployment
All checks were successful
/ release-deploy (push) Successful in 31s
/ release-build (push) Successful in 12m44s

This commit is contained in:
Antoine Martin 2024-08-22 09:29:07 -04:00
parent 8da0154288
commit 72a444f4c2
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -16,6 +16,7 @@ get_qubes_release() {
readonly QUBES_REL=$(get_qubes_release)
readonly group=qubes/$QUBES_REL
readonly rpm=$(find . -name 'qubes-template-*.rpm')
echo "Sending $rpm to $TARGET_REPO/$group/upload"
curl -s --user $FORGE_REPO_USER:$FORGE_REPO_TOKEN --upload-file $rpm $TARGET_REPO/$group/upload