From 418a44a7c2225133a63b3735b78d23e63d68e7da Mon Sep 17 00:00:00 2001 From: songyinyin Date: Tue, 24 Oct 2023 19:09:55 +0800 Subject: [PATCH] test github action v04 --- .github/workflows/jar_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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