CI: Fix path to GameIndex.yaml

This commit is contained in:
Connor McLaughlin 2021-11-06 13:33:27 +10:00 committed by refractionpcsx2
parent c203a09435
commit 96a1ce2fb2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import yaml
# Assumes this is ran from the root of the repository
file_path = "./bin/GameIndex.yaml"
file_path = "./bin/resources/GameIndex.yaml"
# These settings have to be manually kept in sync with the emulator code unfortunately.
# up to date validation should ALWAYS be provided via the application!