From a87709d76c9e95f26b7377a6102dbb7a6fd46631 Mon Sep 17 00:00:00 2001 From: Alex Rennie-Lis Date: Tue, 16 Jun 2026 23:31:21 +0100 Subject: [PATCH] debugging --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 44cae47..a907475 100644 --- a/build.sh +++ b/build.sh @@ -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" \