This commit is contained in:
Alex Rennie-Lis
2026-06-16 23:30:46 +01:00
parent 4c7a08f8d9
commit 1471aa11dc

View File

@@ -21,3 +21,4 @@ if [ $? -eq 0 ]; then
-H "Authorization: token ${GIT_TOKEN}" \ -H "Authorization: token ${GIT_TOKEN}" \
-H "Content-Type: multipart/form-data" \ -H "Content-Type: multipart/form-data" \
-F "attachment=@${name}_${version}_all.deb" -F "attachment=@${name}_${version}_all.deb"
fi