Skip to content

Commit f4b8ca6

Browse files
committed
ci: remove pdb files
1 parent 383adc0 commit f4b8ca6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Build modapi-launcher-kit
3636
run: |
3737
msbuild /p:Configuration=Release /m
38+
- name: Remove PDB files
39+
run: |
40+
remove-item Output\* -include *.pdb
3841
- name: Package ModApiUpdate.zip
3942
run: |
4043
& "C:\Program Files\7-Zip\7z.exe" e -y SporeModAPIdlls.zip -oOutput\coreLibs

0 commit comments

Comments
 (0)