From 4522fbb3e42b5a31688c7c7666cf13c12c0fdb83 Mon Sep 17 00:00:00 2001 From: Hubry <26120076+Hubry@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:42:25 +0200 Subject: [PATCH] Fix release, hopefully --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 10403bba..3af486f9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -84,7 +84,7 @@ jobs: GH_TOKEN: ${{ github.token }} GIT_REF: ${{ github.ref }} FABRIC_JAR: ${{ steps.calculate_artifact_names.outputs.fabric }} - FORGE_JAR: ${{ steps.calculate_artifact_names.outputs.neoforge }} + NEOFORGE_JAR: ${{ steps.calculate_artifact_names.outputs.neoforge }} CURSEFORGE_TOKEN: ${{ secrets.WILLIEWILLUS_CURSEFORGE_TOKEN }} MODRINTH_TOKEN: ${{ secrets.WILLIEWILLUS_MODRINTH_TOKEN }} run: |