Skip to content

Commit

Permalink
Reason for direct commit: Fixing the publish workflow and build.gradl…
Browse files Browse the repository at this point in the history
…e so sources jar files will be uploaded to Modrinth when a release is published.
  • Loading branch information
woodiertexas committed Nov 20, 2022
1 parent 769b21d commit 8364515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Upload build artifacts
uses: AButler/upload-release-assets@v2.0
with:
files: 'build/libs/*; build/libs/*-sources.jar'
files: 'build/libs/*; build/libs/*-sources.jar; !build/libs/*-dev.jar'
repo-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8364515

Please sign in to comment.