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