Skip to content

Commit

Permalink
curseforge api
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Sep 4, 2023
1 parent b9cdafd commit ea88e3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,25 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
- name: Rename Binary
shell: bash
run: cp "build/libs/*.jar" "*-canary.jar"
- uses: ncipollo/[email protected]
with:
name: "Canary"
prerelease: true
tag: "canary"
allowUpdates: true
artifacts: "build/libs/*.jar"
- name: Upload to CurseForge
uses: itsmeow/[email protected]
with:
file_path: "build/libs/randomloot-1.0.0.jar"
game_endpoint: "minecraft"
game_versions: "Minecraft 1.20:1.20-.1,Java 17,Forge"
token: "${{ secrets.CurseForge }}"
project_id: "910093"
display_name: "canary"



Binary file added src/main/resources/assets/randomloot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea88e3a

Please sign in to comment.