feat: txwy resource updater (#7259)

Co-authored-by: AnnAngela <naganjue@vip.qq.com>
Co-authored-by: David <david.pezzot@alice.it>
This commit is contained in:
David
2023-11-10 20:42:01 +01:00
committed by GitHub
parent d2c8e30c25
commit aa97217ec6
2 changed files with 159 additions and 109 deletions

View File

@@ -17,8 +17,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.MISTEOWORKFLOW }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout MAA
with:
show-progress: false
token: ${{ secrets.MISTEOWORKFLOW }}
- name: Bootstrap MaaDeps
env:
@@ -31,8 +33,10 @@ jobs:
run: |
MSBUILD tools/ResourceUpdater/ResourceUpdater.vcxproj /t:rebuild /p:Configuration="Release" /p:Platform="x64" /p:BuildProjectReferences=false /m
- name: Run Resource Updater
env:
ARKNTOOLS_MAA_RESOURCE_UPDATER_TOKEN: ${{ secrets.ARKNTOOLS_MAA_RESOURCE_UPDATER }}
run: |
.\tools\ResourceUpdater\x64\Release\ResourceUpdater.exe
.\tools\ResourceUpdater\x64\Release\ResourceUpdater.exe $ARKNTOOLS_MAA_RESOURCE_UPDATER_TOKEN
- name: Overseas Tasks Ordering
run: |
python3 tools/TaskSorter/TaskSorter.py