Skip to content

Commit f11a998

Browse files
committed
Set procdump path to working directory, fix .dmp artifact upload, cleanup extra script
1 parent 17fc60f commit f11a998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
PROCDUMP_PATH: ${{ github.workspace }}
6464

6565
env:
66-
PROCDUMP_PATH: c:\procdump\
66+
PROCDUMP_PATH: ${{ github.workspace }}
6767

6868
# See https://docs.github.com/actions/using-jobs/using-a-matrix-for-your-jobs
6969
strategy:

0 commit comments

Comments
 (0)