Skip to content

Commit

Permalink
build: use correct artifact path for github release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 20, 2024
1 parent 83ccc9f commit 786b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
NL=$'\n'
CHANGELOG=${CHANGELOG//$'\\n'/"${NL}"}
echo '$CHANGELOG' >> "notes.txt"
gh release create ${{ github.ref_name }} **/build/libs/**.jar --notes-file notes.txt
gh release create ${{ github.ref_name }} build/libs/**.jar --notes-file notes.txt
- name: Patch Changelog
run: ./gradlew patchChangelog
Expand Down

0 comments on commit 786b3a2

Please sign in to comment.