Skip to content

Commit

Permalink
Merge branch 'master' into 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerozgen committed Jan 15, 2023
2 parents c500e4b + 6055c3e commit 38b34c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
version-resolver: exact

github-token: ${{ secrets.GITHUB_TOKEN }}
github-files-primary: build/libs/!(*-@(dev|sources|javadoc)).jar
github-files-secondary: build/libs/*-@(dev|sources|javadoc).jar
github-files-primary: build/libs/*-@(dev|sources|javadoc).jar
github-files-secondary: build/libs/!(*-@(dev|sources|javadoc)).jar

modrinth-id: uLbm7CG6
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

curseforge-id: 527334
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
curseforge-files: build/libs/!(*-@(dev|sources|javadoc)).jar

0 comments on commit 38b34c5

Please sign in to comment.