Skip to content

Option to change base URL in latest.json #885

@betamos

Description

@betamos

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions