Skip to content

Commit d6bb925

Browse files
committed
fix: github action does not post jar to release
1 parent f91d1dd commit d6bb925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
body: ${{ steps.changelog.outputs.changes }}
6969
token: ${{ github.token }}
7070
tag: ${{ github.ref }}
71-
artifacts: ./build/libs/occultism_kubejs-${{ steps.get_mc_version.outputs.result }}-${{ steps.get_version.outputs.result }}.jar
71+
artifacts: ./build/libs/occultism_kubejs-${{ steps.get_mc_version.outputs.result }}-neoforge-${{ steps.get_version.outputs.result }}.jar
7272
artifactContentType: application/java-archive
7373
- name: Commit CHANGELOG.md
7474
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)