You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the experiments using a matrixed workflow, the Archvie receipt step will fail because the artifact name is the same across all matrixed jobs in the workflow. This was a breaking change with the v4 upload artifact release.
Solution
The artifact name for the Archive receipt step for each experiment should be configurable as part of the action
The text was updated successfully, but these errors were encountered:
Hi, @wbonnefond. Thanks for taking the time to report this.
Do you actually need full control over the artifact name or would it be acceptable if we could ensure the artifact name was unique across all matrixed runs?
I don't need full control over it, I just need to ensure it is unique. We're running this in a matrix against 8 apps in our repo, so the easiest solution in our workflow would be to just append the app name to the artifact name like archiveReceiptArtifactName: "experiment-1-receipt-${{ matrix.target.project }}"
Issue:
When running the experiments using a matrixed workflow, the
Archvie receipt
step will fail because the artifact name is the same across all matrixed jobs in the workflow. This was a breaking change with the v4 upload artifact release.Solution
The artifact name for the
Archive receipt
step for each experiment should be configurable as part of the actionThe text was updated successfully, but these errors were encountered: