RFR: 8255373: Submit workflow artifact name is always "test-results_.zip"
Magnus Ihse Bursie
ihse at openjdk.java.net
Mon Oct 26 09:51:15 UTC 2020
On Sat, 24 Oct 2020 08:35:31 GMT, Aleksey Shipilev <shade at 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
More information about the build-dev
mailing list