Skip to content

Commit 61c9247

Browse files
committed
8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
Reviewed-by: erikj
1 parent 7f4d873 commit 61c9247

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/submit.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ jobs:
368368
"$HOME/linux-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
369369
.
370370
-i *.jtr
371-
-i hs_err*
372-
-i replay*
371+
-i */hs_err*.log
372+
-i */replay*.log
373373
continue-on-error: true
374374

375375
- name: Persist test results
@@ -655,8 +655,8 @@ jobs:
655655
"$HOME/linux-x86${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
656656
.
657657
-i *.jtr
658-
-i hs_err*
659-
-i replay*
658+
-i */hs_err*.log
659+
-i */replay*.log
660660
continue-on-error: true
661661

662662
- name: Persist test results
@@ -971,8 +971,8 @@ jobs:
971971
"$HOME/windows-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
972972
.
973973
-i *.jtr
974-
-i hs_err*
975-
-i replay*
974+
-i */hs_err*.log
975+
-i */replay*.log
976976
continue-on-error: true
977977

978978
- name: Persist test results
@@ -1253,8 +1253,8 @@ jobs:
12531253
"$HOME/macos-x64${{ matrix.artifact }}_testsupport_${{ env.logsuffix }}.zip"
12541254
.
12551255
-i *.jtr
1256-
-i hs_err*
1257-
-i replay*
1256+
-i */hs_err*.log
1257+
-i */replay*.log
12581258
continue-on-error: true
12591259

12601260
- name: Persist test results

0 commit comments

Comments
 (0)