Skip to content

Commit c001df0

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

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
@@ -52,13 +52,13 @@ jobs:
5252

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

0 commit comments

Comments
 (0)