artifacts.yml (560B)
1 --- 2 win: 3 target.crashreporter-symbols-full.tar.zst: shortest 4 sccache.log: shortest 5 sccache-stats.json: shortest 6 7 linux: 8 target.crashreporter-symbols-full.tar.zst: shortest 9 sccache.log: shortest 10 sccache-stats.json: shortest 11 12 macos: 13 target.crashreporter-symbols-full.tar.zst: shortest 14 sccache.log: shortest 15 sccache-stats.json: shortest 16 17 android: 18 target.crashreporter-symbols-full.tar.zst: shortest 19 sccache.log: shortest 20 sccache-stats.json: shortest 21 22 ios: 23 sccache.log: shortest 24 sccache-stats.json: shortest