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 717f105 commit cf4dec4Copy full SHA for cf4dec4
.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 /F *.pdb
+ del /Q *.pdb
64
65
- uses: vimtor/action-zip@v1
66
with:
0 commit comments