-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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.AppImageBut 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
Labels
No labels