Skip to content

Commit

Permalink
fix: github action does not post jar to release
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jul 23, 2024
1 parent f91d1dd commit d6bb925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
body: ${{ steps.changelog.outputs.changes }}
token: ${{ github.token }}
tag: ${{ github.ref }}
artifacts: ./build/libs/occultism_kubejs-${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}.jar
artifacts: ./build/libs/occultism_kubejs-${{ steps.get_mc_version.outputs.result }}-neoforge-${{ steps.get_version.outputs.result }}.jar
artifactContentType: application/java-archive
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit d6bb925

Please sign in to comment.