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

View File

@@ -20,4 +20,5 @@ if [ $? -eq 0 ]; then
curl -X POST "https://git.unblue.uk/api/v1/repos/Unblue/${name}/releases/v${version}/assets" \
-H "Authorization: token ${GIT_TOKEN}" \
-H "Content-Type: multipart/form-data" \
-F "attachment=@${name}_${version}_all.deb"
-F "attachment=@${name}_${version}_all.deb"
fi