diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef5c301..e04e4ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,6 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - ./build/libs/mclogs-*.jar + ./build/libs/java-exaroton-api-*.jar body_path: ${{ github.workspace }}/CHANGELOG.md name: ${{ github.ref_name }} \ No newline at end of file