From 6cb98cd2bd26dd6820196dbca2baf3bbdb3599c0 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Wed, 25 Oct 2023 17:07:27 +0800 Subject: [PATCH] test github action v23 --- .github/workflows/windows-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index bfb64e40..8ad3621b 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -50,7 +50,7 @@ jobs: mvn clean install -pl neutrino-proxy-core -am -DskipTests --no-transfer-progress cd neutrino-proxy-server mvn clean native:compile -P native --file pom.xml --no-transfer-progress - xcopy target/neutrino-proxy-server.exe . + cp target/neutrino-proxy-server.exe . - name: Archive zip (neutrino-proxy-server) uses: thedoctor0/zip-release@master with: @@ -62,7 +62,7 @@ jobs: cd neutrino-proxy-client mvn clean package --file pom.xml --no-transfer-progress mvn clean native:compile -P native --file pom.xml --no-transfer-progress - xcopy target/neutrino-proxy-client.exe . + cp target/neutrino-proxy-client.exe . - name: Archive zip (neutrino-proxy-client) uses: thedoctor0/zip-release@master with: