We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4dec4 commit fd6e1ecCopy full SHA for fd6e1ec
.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60
if: runner.os == 'Windows'
61
working-directory: Source/${{ env.SOLUTION_DIR }}
62
run: |
63
- del /Q *.pdb
+ for /f "delims=" %i in ('dir /b /a-d *.pdb') do del "%i"
64
65
- uses: vimtor/action-zip@v1
66
with:
0 commit comments