ci: fix remove .h files

This commit is contained in:
MistEO
2025-09-10 15:24:42 +08:00
committed by GitHub
parent a92f5eb354
commit 09bf0268ac
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ jobs:
run: |
rm -rf install/*.pdb
rm -rf install/msvc-debug
rm -rf *.h
rm -rf install/*.h
cp tools/DependencySetup_依赖库安装.bat install

View File

@@ -235,7 +235,7 @@ jobs:
run: |
rm -rf install/*.pdb
rm -rf install/msvc-debug
rm -rf *.h
rm -rf install/*.h
cp tools/DependencySetup_依赖库安装.bat install