I have an ANT build which creates files (zip, jar, etc). I wish to push these files to my github repo's "Downloads" area, either via Tasks available to me with ANT (I've tried scp to no avail), via Jenkins (I've tried "Publish over SSH", to no avail) or some other means.
Thanks for guidance.