Skip to content

Commit

Permalink
Copy-pasta bugs <3
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 15, 2024
1 parent e57a1e3 commit 5b86d63
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 5b86d63

Please sign in to comment.