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

There are some chance to stuck on upload assets. In this workflow: https://github.com/KusakabeSi/EtherGuard-VPN/actions/runs/1627226628 [Attempt #1](https://github.com/KusakabeSi/EtherGuard-VPN/runs/4642573980?check_suite_focus=true) ![image](https://user-images.githubusercontent.com/73118488/147491533-8010b3f4-8f5b-4968-b3b9-5acaa990d324.png) If this is not a public repo, it will consume all my running times....

Everything seems to work as it should, but when I check the release in GitHub it isn't marked as "pre-release". Everything else is set correctly. Am I missing something? My...

https://github.com/OpenRA/GeoIP-Database/runs/3268119417?check_suite_focus=true suddenly stopped working. The error message is vague. I don't understand what's going on. The task is to overwrite a file in an existing tagged release.

Is it possible to delete an existing release (if one with the same name already exsits) and create a new one? `overwrite: true` seems not do do this for me.

I had originally put this in and then removed it again as at https://github.com/svenstaro/upload-release-action/commit/1daf68639d5e4ffe0cd591010d871920f963c8a4 The reason was that draft releases don't support getting by tag via API as draft releases...

tl;dr: is there a technique for preventing the creation of a release if it doesn't already exist? I'd rather have it fail. Longer version: I'm actually using `workflow_dispatch` with a...

overwrite: true The asset with the same name will be overwritten, but not the body. body: latest build time XXXXXXXX

Hi Thanks for a great little application, trying to run the file_glob for the first time here and get the following issue which I presume is GitHub API's response: Validation...