Download release assets and zipball with CORS #45446
Replies: 6 comments
-
I am also interested in accessing a repo zipball through a web-app! |
Beta Was this translation helpful? Give feedback.
-
+1. I create a release with an arm template built from bicep files in my repo, and I want to reference the release template download url in the |
Beta Was this translation helpful? Give feedback.
-
I would also like to do this to provide firmware files for a web-based ESP flasher, see gdoor-org/gdoor#12 (comment) |
Beta Was this translation helpful? Give feedback.
-
Same use case here. We can hotlink to |
Beta Was this translation helpful? Give feedback.
-
Anyone know of an alternative service in the meantime? |
Beta Was this translation helpful? Give feedback.
-
I really hope this can get added. If anything it's odd that As a workaround, it seems like you could add an action that takes the release assets and commits them to a (probably different) repo, and then get the "raw" URL to that, but… 😬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
Right now, unlike raw.githubusercontent.com, codeload.github.com (for downloading zipballs) and the release assets download bucket do not support CORS.
I need this functionality in order to implement web app based install methods, like through the File System Access API, or even enabling user customization of assets.
Of course, this would be enabled for public repositories only.
Beta Was this translation helpful? Give feedback.
All reactions