GitHub Action: matrix-outputs-write
Workaround implementation - Write matrix jobs outputs
Introduction
GitHub actions have an Jobs need a way to reference all outputs of matrix jobs issue.
If there is a job that runs multiple times with strategy.matrix
only the latest iteration's output availiable for
reference in other jobs.
There is a workaround to address the limitation. We implement the workaround with two GitHub Actions: