From 1471aa11dcbd83596773ed8e6c96d53db33d6d01 Mon Sep 17 00:00:00 2001 From: Alex Rennie-Lis Date: Tue, 16 Jun 2026 23:30:46 +0100 Subject: [PATCH] Bug fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 882d190..44cae47 100644 --- a/build.sh +++ b/build.sh @@ -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" \ No newline at end of file + -F "attachment=@${name}_${version}_all.deb" +fi \ No newline at end of file