Skip to content

Basic usage question: action fails with Input required and not supplied: upload_url #232

Answered by ncipollo
nofishonfriday asked this question in Q&A
Discussion options

You must be logged in to vote

Input required and not supplied: upload_url

This isn't coming from the release_action . This is coming from your Upload Linux Asset step, which uses an entirely different action. It looks like it's trying to reference the output of create_release, which you've commented out.

Also, why does it fail finding the artifacts although they seem to be present

The error is indicated that the glob you are providing isn't matching any files within the working directly. It might be that they are named differently then you think, or they are in some sub-directly, not within your working directory. To solve issues like this, I usually throw in a shell script step and drop a few ls command to see wh…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nofishonfriday
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants