Bug fix
This commit is contained in:
3
build.sh
3
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"
|
||||
-F "attachment=@${name}_${version}_all.deb"
|
||||
fi
|
||||
Reference in New Issue
Block a user