Skip to content

Commit cf4dec4

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

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 /F *.pdb
63+
del /Q *.pdb
6464
6565
- uses: vimtor/action-zip@v1
6666
with:

0 commit comments

Comments
 (0)