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

The action shows that it is finished successfully but the asset uploaded doesn't show under the Release

fix #42 - if release already exists, overwrite name and body if `overwrite` is set I also added a new feature: `promote` that will turn an existing prerelease into a...

Hello, we have been using this action for a few weeks and all were fine till now when I observed the following issue: ``` Error: request to https://uploads.github.com/repos/PyTorchLightning/pytorch-lightning/releases/37292282/assets?name=pytorch_lightning-1.1.7-py3-none-any.whl& failed, reason:...

Here is my fail: https://github.com/abcfy2/qBittorrent-Enhanced-Edition/runs/4746010908?check_suite_focus=true ``` Run svenstaro/upload-release-action@v2 with: repo_token: *** file: .github/workflows/qbittorrent-enhanced-nox_arm-linux-musleabi_static.zip tag: refs/tags/v4.4.0.11 overwrite: true /usr/bin/docker exec 9a91c2cc94ac097115ffd1249a0849d80ee97c1b5da000097cb9659eb9176bc1 sh -c "cat /etc/*release | grep ^ID" Error: request to...

I get this error for osx: https://github.com/FreeCAD/FreeCAD-Bundle/runs/5711724354?check_suite_focus=true#step:18:1

Hi! Thanks a lot for this action, it's very useful. I'm not sure if this is a bug or I'm doing something wrong. Here's (part of) my workflow: ```YAML build-appimage-linux:...

I want my dev branch to make prereleases but it still creates the release tags on master. This step should specify branch or commit while releasing. target_commitish needs to be...

``` Run svenstaro/upload-release-action@v[2](https://github.com/bluerobotics/BlueOS-docker/runs/5428302399?check_suite_focus=true#step:6:2) with: repo_token: *** file: BlueOS-raspberry.zip tag: refs/tags/1.0.0-beta.14 overwrite: true prerelease: true ``` I'm getting: /home/pi/actions-runner/externals/node12/bin/node[13726]: ../src/env-inl.h:949:char* node::Environment::Allocate(size_t): Assertion `(ret) != (nullptr)' failed. The file is around 1GB.

Hello, I have a matrix job that builds executables for multiple platforms. I want to upload binaries to the same pre-release and then publish the release only if all matrix...