Skip to content

Files not actually uploaded #21

Description

@zwhitchcox

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions