From 8591e224dcca8f5f83d3e40e5d83bbe909e5ddc9 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Wed, 25 Oct 2023 16:15:32 +0800 Subject: [PATCH] test github action v20 windows xcopy --- .github/workflows/windows-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index b643b5b2..1c261adc 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -31,7 +31,7 @@ jobs: cd neutrino-proxy-admin npm install npm run build:dev - xcopy /s /i ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ + xcopy ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ /s /e - name: GitHub Action for GraalVM JDK 17 uses: graalvm/setup-graalvm@v1 with: