Skip to content

Commit

Permalink
bruh cursegradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekiu committed Dec 26, 2023
1 parent fafcf1c commit 09bd74e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Check Build
env:
MODRINTH_TOKEN: ${{secrets.MODRINTH_TOKEN}}
CURSEFORGE_API_KEY: ${{secrets.CURSEFORGE_API_KEY}}
run: ./gradlew check
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ modrinth {
}

curseforge {
apiKey = System.getenv("CURSEFORGE_API_KEY")
project {
apiKey = System.getenv("CURSEFORGE_API_KEY")
id = '952794'
changelogType = 'markdown'
changelog = rootProject.file("CHANGELOG").text
Expand Down

0 comments on commit 09bd74e

Please # to comment.