dopry / pecans

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
Apache License 2.0
7 stars 7 forks source link

Question about Channels #15

Open afgarcia86 opened 1 week ago

afgarcia86 commented 1 week ago

First of all I want to say thank you for forking this repo and trying to breath life back into it. 🙏

I am trying to use channels so that I can handle lower vs production environments. I think I have everything configured correctly but I see that my beta builds are being treated like stable builds!?

Here is what my release looks like: image

I see that when I go to:

Am I missing something?

afgarcia86 commented 1 week ago

Related, when I try to use the update URLs with channels I get no values back for beta but I get expected values for stable 🤯

Beta 👎 image

Stable 👍 image

afgarcia86 commented 1 week ago

I pulled this down to see if i could figure out why things were not working as expected turned out being some simple changes:

https://github.com/dopry/pecans/pull/16