Updater and GitHub releases automation #10206
-
Been task to setup an application built with In the The part that I have a question about, is the My question, is it possible to add some logic, that could better leverage the GitHub releases without any secondary hosting Bash test as an example ... curl -s https://api.github.com/repos/leet4tari/tari-launchpad/releases/latest | jq '.assets[] | select( ."name" == "latest.json" ) | .browser_download_url' Output of the above request as shown below, can be downloaded and used for the updating process
Another thing that might be useful, would be if the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Better documentation is something i'm actively working on for v2 (first iteration of the guide literally merged yesterday). Better examples for using github as a cdn were long planned for that.
No extra logic is required. Just use
Hmm, probably won't be added tbh, i'd prefer the action to modify the app as least as possible. Thanks for your feedback. |
Beta Was this translation helpful? Give feedback.
Well, if you have any hints (most of these docs are applicable to v1 too) i'd be open to any feedback :)
👍