Skip to content

Commit c984545

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252

5353
- name: Delete PDB files (Linux)
5454
if: runner.os == 'Linux'
55-
working-directory: Source/${{ env.SOLUTION_DIR }}
55+
working-directory: ${{matrix.OUTPUTDIR}}
5656
run: |
5757
find . -name '*.pdb' -delete
5858
5959
- name: Delete PDB files (Windows)
6060
if: runner.os == 'Windows'
61-
working-directory: Source/${{ env.SOLUTION_DIR }}
62-
run: Remove-Item -Path '*.pdb' -Force
61+
working-directory: ${{matrix.OUTPUTDIR}}
62+
run: Remove-Item -Path '*.pdb' -Force -Recurse
6363
shell: pwsh
6464

6565
- uses: vimtor/action-zip@v1

0 commit comments

Comments
 (0)