Commit 041f75c
authored
ci: clickable model links in release table + exclude ccache-binary from assets (WildKernels#233)
* ci: make model names clickable links in release notes table
Each model cell now links directly to its zip asset via the standard
GitHub release download URL (OWNER/REPO/releases/download/TAG/FILE.zip).
Tag is resolved from $NEW_TAG set in the preceding step.
* ci: exclude ccache-binary from release assets
Remove ccache-binary.zip from downloaded-artifacts before processing,
since skip-decompress wraps it as a .zip and it would otherwise be
picked up by the *.zip glob in the device table and asset upload.1 parent 8b3477f commit 041f75c
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
890 | 893 | | |
891 | 894 | | |
892 | 895 | | |
| |||
908 | 911 | | |
909 | 912 | | |
910 | 913 | | |
911 | | - | |
| 914 | + | |
912 | 915 | | |
913 | 916 | | |
914 | 917 | | |
| |||
948 | 951 | | |
949 | 952 | | |
950 | 953 | | |
951 | | - | |
| 954 | + | |
952 | 955 | | |
953 | 956 | | |
954 | 957 | | |
| |||
1004 | 1007 | | |
1005 | 1008 | | |
1006 | 1009 | | |
1007 | | - | |
1008 | | - | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
1009 | 1014 | | |
1010 | 1015 | | |
1011 | 1016 | | |
| |||
0 commit comments