Update masterlist branches used in CI

This commit is contained in:
Oliver Hamlet
2023-09-16 09:44:59 +01:00
parent 96ba221418
commit e18366b4f4
+1 -1
View File
@@ -52,6 +52,6 @@ jobs:
for game in "${games[@]}"
do
wget --no-verbose -O masterlist.yaml https://raw.githubusercontent.com/loot/$game/v0.18/masterlist.yaml
wget --no-verbose -O masterlist.yaml https://raw.githubusercontent.com/loot/$game/v0.21/masterlist.yaml
./metadata_validator masterlist.yaml $GITHUB_WORKSPACE/prelude.yaml
done