Skip to content

Commit 994296e

Browse files
committed
Fix publishing
1 parent a07c0e9 commit 994296e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/autoPublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
prop_path: 'name'
3636
- name: zip-mod
3737
run: bash ./.scripts/zip_mod.sh
38-
- name: Upload the mod on mods.factorio.com
38+
- name: Wait
3939
wait: [zip-mod]
40+
- name: Upload the mod on mods.factorio.com
4041
env:
4142
FACTORIO_MOD_API_KEY: ${{ secrets.FACTORIO_MOD_API_KEY }}
4243
run: bash ./.scripts/upload.sh

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"factorio_version": "2.1",
55
"title": "ZwerOxotnik's extendable mod with 8 addons",
66
"author": "ZwerOxotnik",
7-
"contact": "zweroxotnik@gmail.com, discord:ZwerOxotnik ",
7+
"contact": "zweroxotnik@gmail.com, discord:ZwerOxotnik",
88
"source": "https://github.com/ZwerOxotnik/zk-lib",
99
"homepage": "https://reddit.com/r/ZwerOxotnik",
1010
"description": "",

0 commit comments

Comments
 (0)