diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 84a8e227f4..1185c18ce5 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -156,11 +156,11 @@ jobs: ./tools/ResourceUpdater/x64/Release/opencv_world4_maa.dll ./tools/ResourceUpdater/x64/Release/ResourceUpdater.exe - - name: Download Official + - name: Download txwy uses: actions/download-artifact@v4.1.8 with: - name: official - path: ./tools/ResourceUpdater/x64/Release/Official + name: txwy + path: ./tools/ResourceUpdater/x64/Release/Overseas/zh_TW/gamedata/excel - name: Download Overseas uses: actions/download-artifact@v4.1.8 @@ -168,11 +168,11 @@ jobs: name: overseas path: ./tools/ResourceUpdater/x64/Release/Overseas - - name: Download txwy + - name: Download Official uses: actions/download-artifact@v4.1.8 with: - name: txwy - path: ./tools/ResourceUpdater/x64/Release/Overseas/zh_TW/gamedata/excel + name: official + path: ./tools/ResourceUpdater/x64/Release/Official - name: Run Resource Updater run: |