From 09b200455d7b5bdbb46a59339e4b4e3c8b95d4bb Mon Sep 17 00:00:00 2001 From: songyinyin Date: Wed, 25 Oct 2023 17:37:16 +0800 Subject: [PATCH] test github action v25 --- .github/workflows/windows-native.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 07852bfd..79ff51a1 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -55,7 +55,7 @@ jobs: uses: thedoctor0/zip-release@master with: type: 'zip' - path: 'neutrino-proxy-server-${{ github.ref_name }}' + path: 'neutrino-proxy-server.exe' filename: neutrino-proxy-server-${{ matrix.os }}-${{ github.ref_name }}.zip - name: Build with Maven (neutrino-proxy-client) run: | @@ -67,7 +67,7 @@ jobs: uses: thedoctor0/zip-release@master with: type: 'zip' - path: 'neutrino-proxy-client-${{ github.ref_name }}' + path: 'neutrino-proxy-client.exe' filename: neutrino-proxy-client-${{ matrix.os }}-${{ github.ref_name }}.zip # GitHub 上创建 release - name: Release @@ -77,7 +77,7 @@ jobs: files: | neutrino-proxy-server/target/neutrino-proxy-server.jar neutrino-proxy-client/target/neutrino-proxy-client.jar - neutrino-proxy-server.exe - neutrino-proxy-client.exe + neutrino-proxy-server-${{ matrix.os }}-${{ github.ref_name }}.zip + neutrino-proxy-client-${{ matrix.os }}-${{ github.ref_name }}.zip prerelease: true token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file