]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: clarify GitHub artifact format
authorJosh Soref <jsoref@gmail.com>
Thu, 28 Dec 2023 04:55:23 +0000 (04:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Dec 2023 05:33:24 +0000 (21:33 -0800)
commit7818951623a0c98b54ab3cc0563f0e7be8af79c0
tree226ab79fede57dff4d5b711720efc292462ba400
parent0771a3b55ca137f32567635c1a96222892bd7499
SubmittingPatches: clarify GitHub artifact format

GitHub wraps artifacts generated by workflows in a .zip file.

Internally, workflows can package anything they like in them.

A recently generated failure artifact had the form:

windows-artifacts.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
 76001695  12-19-2023 01:35   artifacts.tar.gz
 11005650  12-19-2023 01:35   tracked.tar.gz
---------                     -------
 87007345                     2 files

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches