On Sat, 24 Oct 2020 08:35:31 GMT, Aleksey Shipilev <[email protected]> wrote:
> The output for the `prerequisites` step is `bundle_id: ${{
> steps.check_bundle_id.outputs.bundle_id }}`, but there is no
> `check_bundle_id` step name to properly reference. Then `artifacts` should
> actually need `prerequisites` to access
> `needs.prerequisites.outputs.bundle_id`.
>
> See the final artifact name in the workflow:
> https://github.com/shipilev/jdk/actions/runs/325845086
This pull request has now been integrated.
Changeset: 888086f1
Author: Aleksey Shipilev <[email protected]>
URL: https://git.openjdk.java.net/jdk/commit/888086f1
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8255373: Submit workflow artifact name is always "test-results_.zip"
Reviewed-by: rwestberg, ihse
-------------
PR: https://git.openjdk.java.net/jdk/pull/849