GHActions: Fix game controller db updater

This commit is contained in:
TellowKrinkle 2021-12-27 23:25:49 -06:00 committed by lightningterror
parent 32085dc009
commit b773ab3fb4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
cd .github/workflows/scripts/controller-db/
wget -O game_controller_db.txt https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt
python ./update-db.py
mv ./game_controller_db.txt ${{github.workspace}}/pcsx2/PAD/Linux/res/game_controller_db.txt
mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3