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

Upload files to a GitHub release

Results 36 upload-release-action issues
Sort by recently updated
recently updated
newest added

When we try to get a release by tag it doesn't return draft releases. In order to get draft releases we need to list the releases using a token that...

Is there any possible way to upload multiple files on a release event? I know I can do it with multiple jobs. But anyway to do it within a single...

It could be more of a design question, but are environment variables supposed to be applied in the name field? This was a snippet from my workflow: ``` - name:...

There is a race (I just hit this) where `createRelease` fails because between trying to get it and create it, another build in the matrix already created it. A retry...

I would love this Action to support uploading either a checksum in a single file, for each file or in an aggregated file alongside the other release artifacts. This is...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

After running into too many issues for my sanity with github's actions when we do a release, I set up https://github.com/nektos/act which has been an absolute lifesaver. With it, I've...

unable to upload. got error as below: **Error**: Resource not accessible by integration

Once I've got: `Error: Validation Failed: {"resource":"Release","code":"already_exists","field":"tag_name"}` with matrix strategy ([source](https://github.com/macie/opinions/blob/v1.3.0/.github/workflows/publish.yml)). I resolved it by rerunning CI job. I assume that `Validation Failed` class errors comes directly from GitHub API...

as title. > tag: The tag to upload into. If you want the current event's tag or branch name, use ${{ github.ref }} (the refs/tags/ and refs/heads/ prefixes will be...