Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jun 19, 2024
1 parent 4d4a4c9 commit c42a1b5
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,13 @@ jobs:
arguments: build
gradle-version: current

- name: mc-publish
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 657831
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files-primary: build/libs/!(*-@(javadoc|sources)).jar
version-type: release
loaders: neoforge
game-versions: 1.21
java: 21
name: ""
changelog-file: changelog-1.21.*
retry-attempts: 2
retry-delay: 10000
fail-mode: fail
- name: mc-publish
uses: Kir-Antipov/[email protected]
with:
modrinth-id: iRE67WIn
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 657831
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
files-primary: build/libs/!(*-@(javadoc|sources)).jar
version-type: release
loaders: neoforge
Expand Down

0 comments on commit c42a1b5

Please sign in to comment.