diff --git a/.github/workflows/jar_release.yml b/.github/workflows/jar_release.yml index 78c014ff..b7f17ba5 100644 --- a/.github/workflows/jar_release.yml +++ b/.github/workflows/jar_release.yml @@ -64,7 +64,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - neutrino-proxy-server - neutrino-proxy-client + neutrino-proxy-server.jar + neutrino-proxy-client.jar prerelease: true token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file