File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : chmod +x ./gradlecw
3232 - name : build
3333 run : ./gradlecw build
34- GithubRelease :
35- needs : build
36- runs-on : ubuntu-latest
37- steps :
3834 - name : Save Changelog
3935 run : echo "$LOG" > CHANGELOG.txt
4036 env :
5046 WCFabric/build/libs/*
5147 WCForge/build/libs/*
5248 WCVersionless/build/libs/*
53- ForgeRelease :
54- needs : GithubRelease
55- if : inputs.target == 'forge' || inputs.target == 'all'
56- runs-on : ubuntu-latest
57- steps :
5849 - name : Publish-Forge-Curseforge
50+ if : inputs.target == 'forge' || inputs.target == 'all'
5951 uses : Kir-Antipov/mc-publish@v3.2
6052 with :
6153 curseforge-id : 521594
7466 name : ${{inputs.name}} - Forge
7567 github-tag : ${{inputs.name}}
7668 files : ' *Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
77- FabricRelease :
78- needs : GithubRelease
79- if : inputs.target == 'fabric' || inputs.target == 'all'
80- runs-on : ubuntu-latest
81- steps :
8269 - name : Publish-Fabric
70+ if : inputs.target == 'fabric' || inputs.target == 'all'
8371 uses : Kir-Antipov/mc-publish@v3.2
8472 with :
8573 modrinth-id : kYuIpRLv
You can’t perform that action at this time.
0 commit comments