On Sat, 24 Oct 2020 08:35:31 GMT, Aleksey Shipilev <sh...@openjdk.org> 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 Looks good to me. ------------- Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/849