Skip to content

Commit

Permalink
Curseforge releasing for Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Apr 14, 2022
1 parent e6f8930 commit 74c0172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
asset_name: appbot-${{ github.event.release.tag_name }}.jar
asset_content_type: application/zip
- name: Upload to CurseForge
if: "false"
run: ./gradlew curseforge
env:
APPBOT_VERSION: ${{ github.event.release.tag_name }}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ System.getenv("CURSEFORGE")?.with { String key ->
apiKey = key

project {
id = ""
id = "610632"
changelogType = "markdown"
changelog = "View changelog at [the release page](https://github.com/ramidzkh/Applied-Botanics/releases/tag/${version})"

Expand All @@ -158,11 +158,11 @@ System.getenv("CURSEFORGE")?.with { String key ->
addGameVersion("Fabric")

mainArtifact(remapJar) {
displayName = "${project.version}"
displayName = "${project.version} [FABRIC]"

relations {
requiredDependency("applied-energistics-2")
requiredDependency("botania")
requiredDependency("botania-fabric")
}
}
}
Expand Down

0 comments on commit 74c0172

Please sign in to comment.