@@ -196,13 +196,13 @@ jobs:
196
196
if : always()
197
197
timeout-minutes : 3
198
198
working-directory : ${{env.GITHUB_WORKSPACE}}
199
- run : python "C:\DeleakerConsole.py" --ignore-uid "0x32A2F4F2,0xCB1FC02B,0xDEE7BB7D" --max-allow-leaks 6 -- export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\Detours.exe"
199
+ run : python "C:\DeleakerConsole.py" --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\Detours.exe"
200
200
201
201
- name : Checking Debug (x86_64)
202
202
if : always()
203
203
timeout-minutes : 3
204
204
working-directory : ${{env.GITHUB_WORKSPACE}}
205
- run : python "C:\DeleakerConsole.py" --ignore-uid "0x32A2F4F2,0xCB1FC02B,0xDEE7BB7D" --max-allow-leaks 6 -- export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\Detours.exe"
205
+ run : python "C:\DeleakerConsole.py" --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\Detours.exe"
206
206
207
207
- name : Uploading results
208
208
uses : actions/upload-artifact@v4
@@ -236,13 +236,13 @@ jobs:
236
236
if : always()
237
237
timeout-minutes : 3
238
238
working-directory : ${{env.GITHUB_WORKSPACE}}
239
- run : python "C:\DeleakerConsole.py" --ignore-uid "0x07F0B63D,0xDC959941,0x79897FA1,0x0A236221,0xB6A39B29" -- max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\Detours.exe"
239
+ run : python "C:\DeleakerConsole.py" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\Detours.exe"
240
240
241
241
- name : Checking Release (x86_64)
242
242
if : always()
243
243
timeout-minutes : 3
244
244
working-directory : ${{env.GITHUB_WORKSPACE}}
245
- run : python "C:\DeleakerConsole.py" --ignore-uid "0x07F0B63D,0xDC959941,0x79897FA1,0x0A236221,0xB6A39B29" -- max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\Detours.exe"
245
+ run : python "C:\DeleakerConsole.py" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\Detours.exe"
246
246
247
247
- name : Uploading results
248
248
uses : actions/upload-artifact@v4
0 commit comments