Skip to content

Commit

Permalink
Fix mc-publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jan 19, 2024
1 parent 8d51fd2 commit 96902a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
run: ./gradlew build
- uses: Kir-Antipov/[email protected]
with:
files-primary: build/libs/!(*-@(dev|sources|api)).jar
modrinth-files-secondary: build/libs/*-@(sources).jar
github-files-secondary: build/libs/*-@(dev|sources|api).jar
files: /build/libs/!(*-@(dev|sources|api)).jar
github-files: build/libs/*-@(dev|sources|api).jar
version-type: release
version-resolver: releases
game-version-filter: releases
modrinth-featured: true
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 96902a0

Please sign in to comment.