aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2023-12-12 11:58:13 +0800
committershedaniel <daniel@shedaniel.me>2023-12-12 11:58:13 +0800
commit6732308dca12b7eeacc6e103b1f9cb74e1c953d3 (patch)
treef598f2adbd509d1438bafd7cb739c040e86119ce
parent745961f7de64e2fda5b3fab8a22db43e872da187 (diff)
downloadRoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.tar.gz
RoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.tar.bz2
RoughlyEnoughItems-6732308dca12b7eeacc6e103b1f9cb74e1c953d3.zip
Publish Forge
-rw-r--r--.github/workflows/curseforge.yml2
-rwxr-xr-xsettings.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml
index ca2a70bbf..319c719d3 100644
--- a/.github/workflows/curseforge.yml
+++ b/.github/workflows/curseforge.yml
@@ -32,7 +32,7 @@ jobs:
- name: Upload Mod
uses: gradle/gradle-build-action@v2
with:
- arguments: build publish neoforge:publishUnified fabric:publishUnified --stacktrace
+ arguments: build publish forge:publishUnified neoforge:publishUnified fabric:publishUnified --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
modrinth_key: ${{ secrets.MODRINTH_KEY }}
diff --git a/settings.gradle b/settings.gradle
index fe124f86a..5cece8a0b 100755
--- a/settings.gradle
+++ b/settings.gradle
@@ -13,5 +13,5 @@ include "api"
include "default-plugin"
include "runtime"
include "fabric"
-//include "forge"
+include "forge"
include "neoforge"