File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed
Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 artifacts : " dist/*.zip"
3737 bodyFile : " dist/patch_notes.txt"
38- makeLatest : true
38+ makeLatest : true
39+
40+ - name : Upload to Mod Portal
41+ uses : lisekilis/Factorio-mod-portal-Upload@v1.0.0
42+ env :
43+ FACTORIO_API_TOKEN : ${{ secrets.FACTORIO_TOKEN }}
Original file line number Diff line number Diff line change 11---------------------------------------------------------------------------------------------------
2+ Version: 1.0.2
3+ Date: 18. 12. 2024
4+ Locale:
5+ - Fixed missing key.
6+ Graphics:
7+ - Changed the shortcut and thumbnail to be green.
8+ ---------------------------------------------------------------------------------------------------
29Version: 1.0.1
310Date: 18. 12. 2024
411 Graphics:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ data:extend{
44 name = " simple-mod-reload" ,
55 order = " c-b" ,
66 action = " lua" ,
7- style = " blue " ,
7+ style = " green " ,
88 icon = " __core__/graphics/icons/mip/reset-white.png" ,
99 icon_size = 32 ,
1010 small_icon = " __core__/graphics/icons/mip/reset-white.png" ,
Original file line number Diff line number Diff line change 11[controls]
22simple-mod-reload =Reload mod scripts
33
4- [shortcut]
4+ [shortcut-name ]
55simple-mod-reload =Reload mod scripts
You can’t perform that action at this time.
0 commit comments