Fixed an issue where InputSingleton was not reset when the UI Registr… #198
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| push: | |
| workflow_dispatch: | |
| jobs: | |
| call-windows-build: | |
| name: Windows Build | |
| uses: ./.github/workflows/win-build.yml | |
| call-linux-build: | |
| name: Linux Build | |
| uses: ./.github/workflows/linux-build.yml |