Merge pull request #2654 from horror-proton/test/nightly_strip

chore: 从 nightly 的 OTA 中去除 `*.lib` 和 `*.pdb`
This commit is contained in:
MistEO
2022-11-08 15:34:58 +08:00
committed by GitHub

View File

@@ -103,7 +103,7 @@ jobs:
mkdir -pv build-ota && cd build-ota
cd ${{ needs.build-win-nightly.outputs.tag }}
mkdir -pv content
unzip -q *.zip -d content
unzip -q *.zip -x '*.lib' -x '*.pdb' -x '*.config' -x '*.xml' -d content
cd ..
gh release list --repo 'MaaAssistantArknights/MaaAssistantArknights' --limit ${{ inputs.limit || 30 }} | tee ./release_maa.txt