ChrisAnd1998 / TaskbarXI

An application written in C++ to modify the Windows 11 Taskbar.
https://chrisandriessen.nl/
GNU General Public License v3.0
1.55k stars 161 forks source link

Automatic release upload #57

Closed lennoxlotl closed 2 years ago

lennoxlotl commented 2 years ago

Modified the workflow so it will automatically create a nightly release with the latest TaskbarXI.exe after it was built by the workflow This should make the download easier to find for people which don't know GitHub very well

HerXayah commented 2 years ago

Can confirm this works. u can merge asap if u want @ChrisAnd1998 Was in the same Discord Call as he wrote it xD

ChrisAnd1998 commented 2 years ago

Perfect! I had to add overwrite: true so it would overwrite the existing TaskbarXI.exe. This only works on the latest release not pre-release but someone already requested that feature. https://github.com/xresloader/upload-to-github-release/issues/19

Thank you both so much!!!