On Wed, Dec 20, 2023 at 8:16 AM Josh Soref [off-list ref] wrote:
Elijah Newren [off-list ref] wrote:
quoted
quoted
From: Josh Soref <redacted>
GitHub wraps artifacts generated by workflows in a .zip file.
Internally workflows can package anything they like in them.
s/Internally/Internal/?
No, it's actually:
s/Internally/Internally,/
In that, what a workflow does to structure the contents of a .zip
artifact is an implementation decision of the workflow.
Ah, that makes sense with the comma; thanks.