debugging

This commit is contained in:
Alex Rennie-Lis
2026-06-16 23:31:21 +01:00
parent 1471aa11dc
commit a87709d76c

View File

@@ -17,6 +17,10 @@ cp -r usr ${name}_${version}_all/;
dpkg-deb --build --root-owner-group ${name}_${version}_all
if [ $? -eq 0 ]; then
echo 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"
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" \