nestriness / nestri

[Experimental] Open-source GeForce NOW alternative with Stadia's social features
https://nestri.io
GNU Affero General Public License v3.0
1.41k stars 19 forks source link

🐛 fix(git): Build warp-input on push to main #57

Closed wanjohiryan closed 1 month ago

wanjohiryan commented 1 month ago

Description

What issue are you solving (or what feature are you adding) and how are you doing it?

There is a bug whereby netris/warp-input does not build and deploy a new nightly docker image when a pr is merged. This happens when there are changes in bin/input/** directory, and this is not the expected behaviour. So i added the directory back into the warp-input.yml workflow file.