upload-release-asset icon indicating copy to clipboard operation
upload-release-asset copied to clipboard

An Action to upload a release asset via the GitHub Release API

Results 53 upload-release-asset issues
Sort by recently updated
recently updated
newest added

It appears that the [API to upload a release asset](https://developer.github.com/v3/repos/releases/#upload-a-release-asset) supports associating a label with the asset. It would be neat to add an `asset_label` input to this action to...

Sometime I have this error: `##[error]Validation Failed` and as you notice it didn't help to solve the problem. Can you return more details of what going wrong ? Like "errors"...

I'm getting the following error while executing this actions (tried with both v1 and v1.0.1, today): ``` ##[error]Error saving asset ##[error]Node run failed with exit code 1 ``` I did...

Hello, Since yesterday's outage, i'm unable to upload assets anymore. Instead i get an [HTML Document](https://gist.github.com/MCOfficer/15e9bea297f7a2b450a5e6ee08369a3d) looking suspiciously [like the one we saw during the outage](https://gist.githack.com/MCOfficer/15e9bea297f7a2b450a5e6ee08369a3d/raw/2f3e87ab0996b714ae458457cc4550243499fe7d/error.html). [Here](https://gist.github.com/MCOfficer/012c8a4af70d91de496d2cacbf2f807f)'s a full log.

This PR adds a single release asset url to outputs. /close #30

I'd like to use [a single release asset url](https://developer.github.com/v3/repos/releases/#get-a-single-release-asset) in the following steps. ```diff diff --git a/action.yml b/action.yml index 3b4ddb4..fa4a3b5 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,8 @@ inputs:...

I'm sorry if this has been answered before, but I couldn't seem to find any information on this. I am wondering if release assets counted towards your storage quota the...

Hello, I have the error message when i try to upload a file to my release assets (see below). In the step name "Build" i am sure the ZIP file...

It would be nice if the mime type would be derived from the file extension.

It would be nice if specifying asset paths using asset_path could support Ant style globs such as ./build/**/*.zip. Build systems like Maven and Gradle have sometimes complex or long paths...