briantwene / paperflow

A Cross Platform Desktop app made to discover and download beautiful wallpapers sourced from Reddit.
3 stars 0 forks source link

Github Actions Updater Fix 2 #91

Closed briantwene closed 5 months ago

briantwene commented 5 months ago

Description

This contains changes that finally addresses the issue with the updater when updating the latest.json file with the packages. I found an easier way by realising that the release output of the tauri action produces the file and that all that needs to be done by the action is to write it to the GitHub gist that the app is pointing to.

Now users will be able to receive updates whenever they open the application