Skip to content

Commit 888086f

Browse files
committed
8255373: Submit workflow artifact name is always "test-results_.zip"
Reviewed-by: rwestberg, ihse
1 parent 6918818 commit 888086f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/submit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
if: steps.check_submit.outputs.should_run != 'false'
4040

4141
- name: Determine unique bundle identifier
42+
id: check_bundle_id
4243
run: echo "::set-output name=bundle_id::${GITHUB_ACTOR}_${GITHUB_SHA:0:8}"
4344
if: steps.check_submit.outputs.should_run != 'false'
4445

@@ -1003,6 +1004,7 @@ jobs:
10031004
if: always()
10041005
continue-on-error: true
10051006
needs:
1007+
- prerequisites
10061008
- linux_x64_test
10071009
- windows_x64_test
10081010
- macos_x64_test

0 commit comments

Comments
 (0)