From a85c7acb8a263f2fb4521783570b53cc805a8ca0 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com.> Date: Sat, 20 Jul 2024 13:06:24 +0200 Subject: [PATCH] fix(ci): switch downloading artifact order --- .github/workflows/res-update-game.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: |