Skip to content

Commit ef967d6

Browse files
committed
Fix publishing
1 parent 04add21 commit ef967d6

3 files changed

Lines changed: 4 additions & 64 deletions

File tree

.github/workflows/autoPublish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
with:
3434
path: 'info.json'
3535
prop_path: 'name'
36-
- name: Zip
36+
- name: Zip mod
3737
run: bash ./.scripts/zip_mod.sh
38+
upload:
3839
- name: Upload the mod on mods.factorio.com
39-
needs: [Zip]
40+
needs: [build]
4041
env:
4142
FACTORIO_MOD_API_KEY: ${{ secrets.FACTORIO_MOD_API_KEY }}
4243
run: bash ./.scripts/upload.sh

.scripts/upload.sh2

Lines changed: 0 additions & 61 deletions
This file was deleted.

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)