fix(ci): switch downloading artifact order

This commit is contained in:
Constrat
2024-07-20 13:06:24 +02:00
parent a432ff3a49
commit a85c7acb8a

View File

@@ -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: |