Skip to content

Commit 21a8536

Browse files
committed
Debug
1 parent d76400a commit 21a8536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ jobs:
288288
- name: Dump logs
289289
if: failure() && runner.os == 'Windows'
290290
run: |
291-
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
291+
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/NSIS/NSISOutput.log
292+
# cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
292293

293294
upload-release-binaries:
294295
name: "Upload Release Binaries"

0 commit comments

Comments
 (0)