Skip to content

Commit 717f105

Browse files
authored
Update build.yml
1 parent e5a655b commit 717f105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
find . -name '*.pdb' -delete
5858
5959
- name: Delete PDB files (Windows)
60-
if: runner.os == 'Linux'
60+
if: runner.os == 'Windows'
6161
working-directory: Source/${{ env.SOLUTION_DIR }}
6262
run: |
6363
del /Q /F *.pdb

0 commit comments

Comments
 (0)