chore: remove lib and pdb files from nightly OTA

This commit is contained in:
Horror Proton
2022-11-07 21:40:34 +08:00
parent 81a1569a24
commit d30e88fff2

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