Skip to content

Commit 0adb6e9

Browse files
committed
Dump logs
1 parent bf6a623 commit 0adb6e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ jobs:
278278
run: |
279279
ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
280280
281+
- name: Dump logs
282+
if: failure()
283+
run: |
284+
cat S:/build/tools/clang/stage2-instrumented-bins/tools/clang/stage2-bins/_CPack_Packages/win64/WIX/wix.log
285+
281286
upload-release-binaries:
282287
name: "Upload Release Binaries"
283288
needs:

0 commit comments

Comments
 (0)