Open zwhitchcox opened 4 years ago
I'm trying to upload to my release with the following code:
token=$(cat ${HOME}/.PAT) github-release upload \ --owner zwhitchcox \ --repo cruster \ --token ${token} \ --tag "v0.0.1" \ --name "Initial Release" \ --body "My description"\ --prerelease \ cruster-0.1.0.AppImage
But the file simply isn't being uploaded. I seem to have followed the instructions. Any idea as to what's going wrong?
I'm trying to upload to my release with the following code:
But the file simply isn't being uploaded. I seem to have followed the instructions. Any idea as to what's going wrong?