Skip to content

Commit 7da65b4

Browse files
committed
remove neoforge github action
1 parent c6d33f3 commit 7da65b4

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -64,34 +64,6 @@ jobs:
6464
6565
version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json
6666

67-
- name: Upload neoforge artifacts
68-
uses: Kir-Antipov/mc-publish@v3.3
69-
with:
70-
modrinth-id: 4KWv7wbN
71-
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
72-
modrinth-featured: true
73-
74-
curseforge-id: 551763
75-
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
76-
77-
github-token: ${{ secrets.GITHUB_TOKEN }}
78-
79-
name: '[${{ steps.versions.outputs.minecraft-version }}] NeoForge ${{ steps.versions.outputs.mod-version }}'
80-
version: 'neoforge-${{ steps.versions.outputs.minecraft-version }}-${{ steps.versions.outputs.mod-version }}'
81-
82-
files: |
83-
neoforge/build/libs/!(*-@(sources|dev|dev-shadow|javadoc).jar)
84-
85-
version-type: release
86-
87-
loaders: neoforge
88-
89-
dependencies: |
90-
architectury-api(required)
91-
cryonicconfig(required)
92-
93-
version-resolver: latest # Defaults to selecting the latest compatible version of Minecraft, using the tag from the fabric.mod.json
94-
9567
- name: Upload forge artifacts
9668
uses: Kir-Antipov/mc-publish@v3.3
9769
with:

0 commit comments

Comments
 (0)