Skip to content

Commit fd6e1ec

Browse files
authored
Update build.yml
1 parent cf4dec4 commit fd6e1ec

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
@@ -60,7 +60,7 @@ jobs:
6060
if: runner.os == 'Windows'
6161
working-directory: Source/${{ env.SOLUTION_DIR }}
6262
run: |
63-
del /Q *.pdb
63+
for /f "delims=" %i in ('dir /b /a-d *.pdb') do del "%i"
6464
6565
- uses: vimtor/action-zip@v1
6666
with:

0 commit comments

Comments
 (0)