generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
type: feature requestNew feature or requestNew feature or request
Description
I use a private Github repo for my app and want to host the binaries outside of Github (in my case Cloudflare R2).
I currently:
- Use this Github action to build the app and publish to my private repo's packages
- Transfer the directory with all assets to a directory named after the current version in R2
- Modify the links in latest.json manually to point to a public R2 URL, e.g.
https://releases.example.com/v0.2.0/App_universal.tar.gz
- Upload
latest.json
to R2
Currently, the generated latest.json file contains github URLs for the releases. I would like it to point to my host's path ( etc) instead (note this includes the version).
However, I am open to other options. Perhaps I should be not be using static files at all. Or perhaps, there should be an option to upload to S3-compatible stores instead of Github. Feel free to suggest something better.
its-monotype
Metadata
Metadata
Assignees
Labels
type: feature requestNew feature or requestNew feature or request