You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
I need some help.
I try to automatically create binary releases of my go program. I am getting this error when "compile and release":
`+ curl -X POST --data-binary @tmp.tgz -H 'Content-Type: application/gzip' -H 'Authorization: ***' 'null?name=promalert2bmctsom_null_linux_amd64.tar.gz'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: null`
Couldn't figure out where null is coming from. I guess it want's to upload the binaries but it cant.
Hello!
I need some help.
I try to automatically create binary releases of my go program. I am getting this error when "compile and release":
`+ curl -X POST --data-binary @tmp.tgz -H 'Content-Type: application/gzip' -H 'Authorization: ***' 'null?name=promalert2bmctsom_null_linux_amd64.tar.gz'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: null`
Couldn't figure out where null is coming from. I guess it want's to upload the binaries but it cant.
Thanks for advice.
Regards,
Patrick