Skip to content

Commit

Permalink
Multi-file seems to be confusing the publishing action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 15, 2024
1 parent dc92d16 commit 6bb2558
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ jobs:
version: MC${{ needs.build.outputs.mc_version }}-${{ matrix.loader }}-${{ needs.build.outputs.mod_version }}
java: Java 17

files: |
common/build/libs/*-api.jar
${{ matrix.loader }}/build/libs/*.jar
files: ${{ matrix.loader }}/build/libs/*.jar

modrinth-token: ${{ secrets.MODRINTH_API_KEY }}
curseforge-token: ${{ secrets.CURSEFORGE_API_KEY }}

0 comments on commit 6bb2558

Please sign in to comment.