Skip to content

Commit

Permalink
build: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 7, 2023
1 parent a8d6956 commit 1baa6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
./gradlew build
cd /home/runner/work/The-Aether/The-Aether/build/libs
cd ~/work/The-Aether/The-Aether/build/libs
find . ! -name "aether-1.19.4-1.0.0-beta.6-forge.jar" -type f -exec rm -f {} +
cd /home/runner
cd ~/work/The-Aether/The-Aether
./gradlew curseforge
fi
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ modrinth {
// embedded.version "cumulus", "${project.cumulus_version}"
optional.project "starlight-forge"
}
debugMode = true
}

mixin {
Expand Down

0 comments on commit 1baa6a7

Please sign in to comment.