Skip to content

Commit bda682b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Delete PDB files (Windows)
6060
if: runner.os == 'Windows'
6161
working-directory: Source/${{ env.SOLUTION_DIR }}
62-
run: |
63-
for /f "delims=" %i in ('dir /b /a-d *.pdb') do del "%i"
62+
run: Remove-Item -Path '*.pdb' -Force
63+
shell: pwsh
6464

6565
- uses: vimtor/action-zip@v1
6666
with:

0 commit comments

Comments
 (0)