Skip to content

Commit

Permalink
add curseforge to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-makes committed Apr 5, 2024
1 parent 812a714 commit c864013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 986380
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: fabric/build/libs/lighty-fabric-*([0-9]?(.))\+*([0-9wa]?(.))?(-pre*[0-9]).jar
loaders: |
Expand All @@ -37,6 +39,8 @@ jobs:
with:
modrinth-id: yjvKidNM
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 986380
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
files: neoforge/build/libs/lighty-neoforge-*([0-9]?(.))\+*([0-9wa]?(.))?(-pre*[0-9]).jar
fail-mode: warn

0 comments on commit c864013

Please sign in to comment.