Skip to content

Commit

Permalink
Try fix sources jar being referenced twice in GitHub release step
Browse files Browse the repository at this point in the history
If this mod ever generates dev or javadoc jars, then this will come back to bite us
  • Loading branch information
SecretOnline committed Jun 26, 2024
1 parent 8879c50 commit 82b9c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
name: ${{ steps.deploy-info.outputs.release-name }}
body: ${{ steps.changelog.outputs.release-notes }}
files: |
build/libs/!(*-@(dev|sources|javadoc)).jar
build/libs/*-@(dev|sources|javadoc).jar
build/libs/!(*-sources).jar
build/libs/*-sources.jar
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create Modrinth Release
Expand Down

0 comments on commit 82b9c10

Please sign in to comment.