Commit cd5bd1b
authored
refactor: flat artifacts via archive:false, skip-decompress, parse zip names (#136)
Changes in action.yml:
- Create Kernel ZIP: mv metadata txt from ARTIFACTS_FOLDER to AK3_FOLDER before zip creation so it's included in AK3 zip
- find -delete: removed obsolete txt exclusion
- Upload Artifacts: name set to ZIP_NAME, path changed to exact zip file, added archive: false to prevent container wrapping
- Final Build Summary: added Artifact Name row to both GITHUB_STEP_SUMMARY and summary.txt
Changes in build-kernel-release.yml:
-Download Artifacts: replaced download-artifact v4 with v8 using merge-multiple and skip-decompress to get all files flat
-matrix.json path updated from build-matrix/matrix.json to matrix.json (flat)
-Release notes loop: replaced txt-based parsing with zip filename parsing
-Upload assets loop: simplified from /.zip to *.zip flat
-Release summary: Kernels count and Assets loop updated to use flat *.zip pattern with maxdepth 11 parent 31d7b18 commit cd5bd1b
File tree
2 files changed
+29
-16
lines changed- .github
- actions
- workflows
2 files changed
+29
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1603 | 1603 | | |
1604 | 1604 | | |
1605 | 1605 | | |
| 1606 | + | |
1606 | 1607 | | |
1607 | 1608 | | |
1608 | 1609 | | |
| |||
1624 | 1625 | | |
1625 | 1626 | | |
1626 | 1627 | | |
1627 | | - | |
| 1628 | + | |
1628 | 1629 | | |
1629 | 1630 | | |
1630 | 1631 | | |
| |||
1690 | 1691 | | |
1691 | 1692 | | |
1692 | 1693 | | |
| 1694 | + | |
1693 | 1695 | | |
1694 | 1696 | | |
1695 | 1697 | | |
| |||
1759 | 1761 | | |
1760 | 1762 | | |
1761 | 1763 | | |
| 1764 | + | |
1762 | 1765 | | |
1763 | 1766 | | |
1764 | 1767 | | |
1765 | 1768 | | |
1766 | 1769 | | |
1767 | 1770 | | |
1768 | | - | |
1769 | | - | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
1770 | 1774 | | |
1771 | 1775 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
| 566 | + | |
| 567 | + | |
566 | 568 | | |
567 | 569 | | |
568 | 570 | | |
| |||
572 | 574 | | |
573 | 575 | | |
574 | 576 | | |
575 | | - | |
| 577 | + | |
576 | 578 | | |
577 | | - | |
| 579 | + | |
578 | 580 | | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
586 | 595 | | |
587 | 596 | | |
588 | 597 | | |
| |||
860 | 869 | | |
861 | 870 | | |
862 | 871 | | |
863 | | - | |
| 872 | + | |
864 | 873 | | |
865 | 874 | | |
866 | 875 | | |
| |||
877 | 886 | | |
878 | 887 | | |
879 | 888 | | |
880 | | - | |
| 889 | + | |
881 | 890 | | |
882 | 891 | | |
883 | 892 | | |
884 | 893 | | |
885 | | - | |
| 894 | + | |
886 | 895 | | |
887 | 896 | | |
888 | 897 | | |
| |||
0 commit comments