8255373: Submit workflow artifact name is always "test-results_.zip"
Reviewed-by: rwestberg, ihse
This commit is contained in:
parent
69188188f4
commit
888086f109
2
.github/workflows/submit.yml
vendored
2
.github/workflows/submit.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
if: steps.check_submit.outputs.should_run != 'false'
|
||||
|
||||
- name: Determine unique bundle identifier
|
||||
id: check_bundle_id
|
||||
run: echo "::set-output name=bundle_id::${GITHUB_ACTOR}_${GITHUB_SHA:0:8}"
|
||||
if: steps.check_submit.outputs.should_run != 'false'
|
||||
|
||||
@ -1003,6 +1004,7 @@ jobs:
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
needs:
|
||||
- prerequisites
|
||||
- linux_x64_test
|
||||
- windows_x64_test
|
||||
- macos_x64_test
|
||||
|
Loading…
Reference in New Issue
Block a user