From 357a295bf66daf570cc40eacae428beb458ce7ac Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 30 Dec 2024 13:18:30 +0800 Subject: [PATCH] Again use Dimbreath's data source. --- .github/workflows/update_specimen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_specimen.yml b/.github/workflows/update_specimen.yml index 92ea0ab..e94d931 100644 --- a/.github/workflows/update_specimen.yml +++ b/.github/workflows/update_specimen.yml @@ -22,8 +22,8 @@ jobs: swift build -c release rm -rf ./Sources/GachaMetaDB/Resources/OUTPUT-HSR.json || true rm -rf ./Sources/GachaMetaDB/Resources/OUTPUT-GI.json || true - .build/release/GachaMetaGenerator -HSR > ./Sources/GachaMetaDB/Resources/OUTPUT-HSR.json - .build/release/GachaMetaGenerator -GI > ./Sources/GachaMetaDB/Resources/OUTPUT-GI.json + .build/release/GachaMetaGenerator -HSRD > ./Sources/GachaMetaDB/Resources/OUTPUT-HSR.json + .build/release/GachaMetaGenerator -GID > ./Sources/GachaMetaDB/Resources/OUTPUT-GI.json - name: Create Pull Request uses: peter-evans/create-pull-request@v3