On Fri, 20 Nov 2020 16:09:59 GMT, Robin Westberg <[email protected]> wrote:
>> .github/workflows/submit.yml line 469:
>>
>>> 467: name: transient_jdk-linux-x64_${{
>>> needs.prerequisites.outputs.bundle_id }}
>>> 468: path: ~/jdk-linux-x64
>>> 469: if: steps.build_restore.outcome == 'failure'
>>
>> I may be blind, but I don't see any step with id `build_restore` in new
>> file...
>
> It already existed in the step right above so I didn't have to add it.. This
> follows the same pattern as other artifact downloads (I've seen them fail a
> fair amount of time in the past).
Right. Got myself confused with GitHub UI.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1350