github-release-cli icon indicating copy to clipboard operation
github-release-cli copied to clipboard

Files not actually uploaded

Open zwhitchcox opened this issue 3 years ago • 0 comments

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?

zwhitchcox avatar Sep 05 '20 04:09 zwhitchcox