Skip to content

Commit 855216c

Browse files
authored
Merge pull request #84 from GeorgeK1ng/develop
Update size on Schedule
2 parents 658b2dd + 4ff41f6 commit 855216c

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: python3 .github/validate_mod_json.py
4545

4646
update_size:
47-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }}
47+
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
4848
runs-on: ubuntu-latest
4949
defaults:
5050
run:

vcmi-1.4-archive.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"h4-arts-hero" : {
6969
"mod" : "https://raw.githubusercontent.com/misiokles/h4-arts-hero/vcmi-1.4/h4-arts-hero/mod.json",
7070
"download" : "https://github.com/misiokles/h4-arts-hero/archive/refs/heads/vcmi-1.4.zip",
71-
"downloadSize" : 0.206
71+
"downloadSize" : 0.216
7272
},
7373
"h2-artifacts" : {
7474
"mod" : "https://raw.githubusercontent.com/misiokles/h2-artifacts/vcmi-1.4/h2-artifacts/mod.json",
@@ -246,7 +246,7 @@
246246
"pah3-singleplayer-tournament" : {
247247
"mod" : "https://raw.githubusercontent.com/vcmi-mods/pah3-singleplayer-tournament/vcmi-1.6/pah3-singleplayer-tournament/mod.json",
248248
"download" : "https://github.com/vcmi-mods/pah3-singleplayer-tournament/archive/refs/heads/vcmi-1.6.zip",
249-
"downloadSize" : 0.537
249+
"downloadSize" : 1.075
250250
},
251251
"crossroads-of-worlds" : {
252252
"mod" : "https://raw.githubusercontent.com/misiokles/crossroads-of-worlds/vcmi-1.6/crossroads-of-worlds/mod.json",
@@ -284,7 +284,7 @@
284284
"https://raw.githubusercontent.com/misiokles/wild-valley-town/main/screenshots/screen03.png",
285285
"https://raw.githubusercontent.com/misiokles/wild-valley-town/main/screenshots/screen04.png"
286286
],
287-
"downloadSize" : 16.575
287+
"downloadSize" : 16.573
288288
},
289289
"evergreen-town" : {
290290
"mod" : "https://raw.githubusercontent.com/misiokles/evergreen-town/main/evergreen-town/mod.json",

vcmi-1.6.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.6/screenshots/wiki2.png",
2222
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.6/screenshots/wiki3.png"
2323
],
24-
"downloadSize" : 102.614
24+
"downloadSize" : 102.619
2525
},
2626
"wake-of-gods" : {
2727
"mod" : "https://raw.githubusercontent.com/vcmi-mods/wake-of-gods/vcmi-1.6/mod.json",
@@ -113,7 +113,7 @@
113113
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.4/screenshots/screen6.png",
114114
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.4/screenshots/screen7.png"
115115
],
116-
"downloadSize" : 65.12
116+
"downloadSize" : 65.122
117117
},
118118
"cathedral-town" : {
119119
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cathedral-town/vcmi-1.6/cathedral-town/mod.json",
@@ -128,7 +128,7 @@
128128
"death-valley-town" : {
129129
"mod" : "https://raw.githubusercontent.com/vcmi-mods/death-valley-town/vcmi-1.6/death-valley-town/mod.json",
130130
"download" : "https://github.com/vcmi-mods/death-valley-town/archive/refs/heads/vcmi-1.6.zip",
131-
"downloadSize" : 20.105
131+
"downloadSize" : 20.12
132132
},
133133
"reworked-commanders" : {
134134
"mod" : "https://raw.githubusercontent.com/vcmi-mods/reworked-commanders/vcmi-1.6/reworked-commanders/mod.json",
@@ -306,7 +306,7 @@
306306
"screenshots" : [
307307
"https://raw.githubusercontent.com/vcmi-mods/fairy-town/main/screenshots/screen1.png"
308308
],
309-
"downloadSize" : 21.753
309+
"downloadSize" : 21.759
310310
},
311311
"haven-town" : {
312312
"mod" : "https://raw.githubusercontent.com/vcmi-mods/haven-town/vcmi-1.6/haven-town/mod.json",
@@ -415,7 +415,7 @@
415415
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen4.png",
416416
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen5.png"
417417
],
418-
"downloadSize" : 14.451
418+
"downloadSize" : 14.453
419419
},
420420
"andruids-spell-balance" : {
421421
"mod" : "https://raw.githubusercontent.com/vcmi-mods/andruids-spell-balance/vcmi-1.6/andruids-spell-balance/mod.json",
@@ -562,7 +562,7 @@
562562
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.5/screenshots/screen01.png",
563563
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.5/screenshots/screen02.png"
564564
],
565-
"downloadSize" : 21.837
565+
"downloadSize" : 21.846
566566
},
567567
"ab-bad-ending-assets" : {
568568
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-assets/vcmi-1.6/AB Bad Ending Assets/mod.json",
@@ -721,7 +721,7 @@
721721
"https://raw.githubusercontent.com/vcmi-mods/H3Evo/main/Screenshots/ToW alternate creatures - Tower Overview.png",
722722
"https://raw.githubusercontent.com/vcmi-mods/H3Evo/main/Screenshots/ToW alternate creatures - Tower Recruting Screen.png"
723723
],
724-
"downloadSize" : 7.627
724+
"downloadSize" : 7.641
725725
},
726726
"small-era-mods" : {
727727
"mod" : "https://raw.githubusercontent.com/vcmi-mods/small-era-mods/vcmi-1.6/small-era-mods/mod.json",
@@ -852,7 +852,7 @@
852852
"https://raw.githubusercontent.com/vcmi-mods/new-monsters-pack/vcmi-1.6/screenshots/screen09.png",
853853
"https://raw.githubusercontent.com/vcmi-mods/new-monsters-pack/vcmi-1.6/screenshots/screen10.png"
854854
],
855-
"downloadSize" : 205.423
855+
"downloadSize" : 205.421
856856
},
857857
"czech-map-pack" : {
858858
"mod" : "https://raw.githubusercontent.com/vcmi-mods/czech-map-pack/vcmi-1.6/czech-map-pack/mod.json",
@@ -882,7 +882,7 @@
882882
"https://raw.githubusercontent.com/vcmi-mods/chronicles-enhanced/vcmi-1.6/screenshots/screen02.png",
883883
"https://raw.githubusercontent.com/vcmi-mods/chronicles-enhanced/vcmi-1.6/screenshots/screen03.png"
884884
],
885-
"downloadSize" : 5.745
885+
"downloadSize" : 6.081
886886
},
887887
"overall-ai-bonus" : {
888888
"mod" : "https://raw.githubusercontent.com/vcmi-mods/overall-ai-bonus/vcmi-1.6/overall-ai-bonus/mod.json",
@@ -936,7 +936,7 @@
936936
"alternate-townscreens" : {
937937
"mod" : "https://raw.githubusercontent.com/vcmi-mods/alternate-townscreens/vcmi-1.6/alternate-townscreens/mod.json",
938938
"download" : "https://github.com/vcmi-mods/alternate-townscreens/archive/refs/heads/vcmi-1.6.zip",
939-
"downloadSize" : 60.409
939+
"downloadSize" : 60.407
940940
},
941941
"a-song-of-ice-and-fire" : {
942942
"mod" : "https://raw.githubusercontent.com/vcmi-mods/a-song-of-ice-and-fire/main/a-song-of-ice-and-fire/mod.json",
@@ -960,7 +960,7 @@
960960
"https://raw.githubusercontent.com/vcmi-mods/ark-town/vcmi-1.6/screenshots/screen1.png",
961961
"https://raw.githubusercontent.com/vcmi-mods/ark-town/vcmi-1.6/screenshots/screen2.png"
962962
],
963-
"downloadSize" : 16.487
963+
"downloadSize" : 16.493
964964
},
965965
"kremlin-town" : {
966966
"mod" : "https://raw.githubusercontent.com/vcmi-mods/kremlin-town/vcmi-1.6/kremlin-town/mod.json",
@@ -986,7 +986,7 @@
986986
"https://raw.githubusercontent.com/vcmi-mods/new-skills-pack/main/ScreenShots/Basic Skills.bmp",
987987
"https://raw.githubusercontent.com/vcmi-mods/new-skills-pack/main/ScreenShots/Heroes.bmp"
988988
],
989-
"downloadSize" : 3.293
989+
"downloadSize" : 3.297
990990
},
991991
"custom-templates" : {
992992
"mod" : "https://raw.githubusercontent.com/vcmi-mods/custom-templates/vcmi-1.6/custom-templates/mod.json",
@@ -999,7 +999,7 @@
999999
"cheat-mod" : {
10001000
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cheat-mod/vcmi-1.6/cheat-mod/mod.json",
10011001
"download" : "https://github.com/vcmi-mods/cheat-mod/archive/refs/heads/vcmi-1.6.zip",
1002-
"downloadSize" : 0.004
1002+
"downloadSize" : 0.005
10031003
},
10041004
"equal-stats" : {
10051005
"mod" : "https://raw.githubusercontent.com/vcmi-mods/equal-stats/vcmi-1.6/equal-stats/mod.json",
@@ -1024,6 +1024,6 @@
10241024
"https://raw.githubusercontent.com/vcmi-mods/pah3-singleplayer-tournament/vcmi-1.6/screenshots/screen2.png",
10251025
"https://raw.githubusercontent.com/vcmi-mods/pah3-singleplayer-tournament/vcmi-1.6/screenshots/screen3.png"
10261026
],
1027-
"downloadSize" : 0.537
1027+
"downloadSize" : 1.075
10281028
}
10291029
}

vcmi-1.7.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.6/screenshots/wiki2.png",
2323
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.6/screenshots/wiki3.png"
2424
],
25-
"downloadSize" : 102.614
25+
"downloadSize" : 102.619
2626
},
2727
"wake-of-gods" : {
2828
"mod" : "https://raw.githubusercontent.com/vcmi-mods/wake-of-gods/vcmi-1.6/mod.json",
@@ -114,7 +114,7 @@
114114
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.4/screenshots/screen6.png",
115115
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.4/screenshots/screen7.png"
116116
],
117-
"downloadSize" : 65.12
117+
"downloadSize" : 65.122
118118
},
119119
"cathedral-town" : {
120120
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cathedral-town/vcmi-1.6/cathedral-town/mod.json",
@@ -129,7 +129,7 @@
129129
"death-valley-town" : {
130130
"mod" : "https://raw.githubusercontent.com/vcmi-mods/death-valley-town/vcmi-1.6/death-valley-town/mod.json",
131131
"download" : "https://github.com/vcmi-mods/death-valley-town/archive/refs/heads/vcmi-1.6.zip",
132-
"downloadSize" : 20.105
132+
"downloadSize" : 20.12
133133
},
134134
"reworked-commanders" : {
135135
"mod" : "https://raw.githubusercontent.com/vcmi-mods/reworked-commanders/vcmi-1.6/reworked-commanders/mod.json",
@@ -247,7 +247,7 @@
247247
"https://raw.githubusercontent.com/vcmi-mods/forge/vcmi-1.6/screenshots/screen5.png",
248248
"https://raw.githubusercontent.com/vcmi-mods/forge/vcmi-1.6/screenshots/screen6.png"
249249
],
250-
"downloadSize" : 31.297
250+
"downloadSize" : 31.303
251251
},
252252
"ai trace" : {
253253
"mod" : "https://raw.githubusercontent.com/vcmi-mods/adventure-ai-trace/upstream/mod.json",
@@ -299,15 +299,15 @@
299299
"screenshots" : [
300300
"https://raw.githubusercontent.com/vcmi-mods/combine-grail/main/screenshots/screen1.png"
301301
],
302-
"downloadSize" : 0.505
302+
"downloadSize" : 0.294
303303
},
304304
"fairy-town" : {
305305
"mod" : "https://raw.githubusercontent.com/vcmi-mods/fairy-town/vcmi-1.6/fairy-town/mod.json",
306306
"download" : "https://github.com/vcmi-mods/fairy-town/archive/refs/heads/vcmi-1.6.zip",
307307
"screenshots" : [
308308
"https://raw.githubusercontent.com/vcmi-mods/fairy-town/main/screenshots/screen1.png"
309309
],
310-
"downloadSize" : 21.753
310+
"downloadSize" : 21.759
311311
},
312312
"haven-town" : {
313313
"mod" : "https://raw.githubusercontent.com/vcmi-mods/haven-town/vcmi-1.6/haven-town/mod.json",
@@ -416,7 +416,7 @@
416416
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen4.png",
417417
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen5.png"
418418
],
419-
"downloadSize" : 14.451
419+
"downloadSize" : 14.453
420420
},
421421
"andruids-spell-balance" : {
422422
"mod" : "https://raw.githubusercontent.com/vcmi-mods/andruids-spell-balance/vcmi-1.6/andruids-spell-balance/mod.json",
@@ -563,7 +563,7 @@
563563
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.5/screenshots/screen01.png",
564564
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.5/screenshots/screen02.png"
565565
],
566-
"downloadSize" : 21.837
566+
"downloadSize" : 21.846
567567
},
568568
"ab-bad-ending-assets" : {
569569
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-assets/vcmi-1.6/AB Bad Ending Assets/mod.json",
@@ -722,7 +722,7 @@
722722
"https://raw.githubusercontent.com/vcmi-mods/H3Evo/main/Screenshots/ToW alternate creatures - Tower Overview.png",
723723
"https://raw.githubusercontent.com/vcmi-mods/H3Evo/main/Screenshots/ToW alternate creatures - Tower Recruting Screen.png"
724724
],
725-
"downloadSize" : 7.627
725+
"downloadSize" : 7.641
726726
},
727727
"small-era-mods" : {
728728
"mod" : "https://raw.githubusercontent.com/vcmi-mods/small-era-mods/vcmi-1.6/small-era-mods/mod.json",
@@ -853,7 +853,7 @@
853853
"https://raw.githubusercontent.com/vcmi-mods/new-monsters-pack/vcmi-1.6/screenshots/screen09.png",
854854
"https://raw.githubusercontent.com/vcmi-mods/new-monsters-pack/vcmi-1.6/screenshots/screen10.png"
855855
],
856-
"downloadSize" : 205.423
856+
"downloadSize" : 205.421
857857
},
858858
"czech-map-pack" : {
859859
"mod" : "https://raw.githubusercontent.com/vcmi-mods/czech-map-pack/vcmi-1.6/czech-map-pack/mod.json",
@@ -883,7 +883,7 @@
883883
"https://raw.githubusercontent.com/vcmi-mods/chronicles-enhanced/vcmi-1.6/screenshots/screen02.png",
884884
"https://raw.githubusercontent.com/vcmi-mods/chronicles-enhanced/vcmi-1.6/screenshots/screen03.png"
885885
],
886-
"downloadSize" : 5.745
886+
"downloadSize" : 6.081
887887
},
888888
"overall-ai-bonus" : {
889889
"mod" : "https://raw.githubusercontent.com/vcmi-mods/overall-ai-bonus/vcmi-1.6/overall-ai-bonus/mod.json",
@@ -937,7 +937,7 @@
937937
"alternate-townscreens" : {
938938
"mod" : "https://raw.githubusercontent.com/vcmi-mods/alternate-townscreens/vcmi-1.6/alternate-townscreens/mod.json",
939939
"download" : "https://github.com/vcmi-mods/alternate-townscreens/archive/refs/heads/vcmi-1.6.zip",
940-
"downloadSize" : 60.409
940+
"downloadSize" : 60.407
941941
},
942942
"a-song-of-ice-and-fire" : {
943943
"mod" : "https://raw.githubusercontent.com/vcmi-mods/a-song-of-ice-and-fire/main/a-song-of-ice-and-fire/mod.json",
@@ -961,7 +961,7 @@
961961
"https://raw.githubusercontent.com/vcmi-mods/ark-town/vcmi-1.6/screenshots/screen1.png",
962962
"https://raw.githubusercontent.com/vcmi-mods/ark-town/vcmi-1.6/screenshots/screen2.png"
963963
],
964-
"downloadSize" : 16.487
964+
"downloadSize" : 16.493
965965
},
966966
"kremlin-town" : {
967967
"mod" : "https://raw.githubusercontent.com/vcmi-mods/kremlin-town/vcmi-1.6/kremlin-town/mod.json",
@@ -987,7 +987,7 @@
987987
"https://raw.githubusercontent.com/vcmi-mods/new-skills-pack/main/ScreenShots/Basic Skills.bmp",
988988
"https://raw.githubusercontent.com/vcmi-mods/new-skills-pack/main/ScreenShots/Heroes.bmp"
989989
],
990-
"downloadSize" : 3.293
990+
"downloadSize" : 3.297
991991
},
992992
"custom-templates" : {
993993
"mod" : "https://raw.githubusercontent.com/vcmi-mods/custom-templates/vcmi-1.6/custom-templates/mod.json",
@@ -1000,7 +1000,7 @@
10001000
"cheat-mod" : {
10011001
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cheat-mod/vcmi-1.6/cheat-mod/mod.json",
10021002
"download" : "https://github.com/vcmi-mods/cheat-mod/archive/refs/heads/vcmi-1.6.zip",
1003-
"downloadSize" : 0.004
1003+
"downloadSize" : 0.005
10041004
},
10051005
"equal-stats" : {
10061006
"mod" : "https://raw.githubusercontent.com/vcmi-mods/equal-stats/vcmi-1.6/equal-stats/mod.json",
@@ -1020,7 +1020,7 @@
10201020
"pah3-singleplayer-tournament" : {
10211021
"mod" : "https://raw.githubusercontent.com/vcmi-mods/pah3-singleplayer-tournament/vcmi-1.6/pah3-singleplayer-tournament/mod.json",
10221022
"download" : "https://github.com/vcmi-mods/pah3-singleplayer-tournament/archive/refs/heads/vcmi-1.6.zip",
1023-
"downloadSize" : 0.537
1023+
"downloadSize" : 1.075
10241024
},
10251025
"norwegian-translation" : {
10261026
"mod" : "https://raw.githubusercontent.com/vcmi-mods/norwegian-translation/vcmi-1.7/mod.json",

0 commit comments

Comments
 (0)