From 4c993316de9eeba8eb7eb2f11b10cc1fcae0170d Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Mon, 18 Dec 2023 15:44:21 +0800 Subject: [PATCH] . --- .github/workflows/linux_mac_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index 1ce3728d..2025c40e 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -30,7 +30,7 @@ jobs: run: | cd neutrino-proxy-admin npm install - npm run build:dockerĀ· + npm run build:docker cp -rf ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ - name: GitHub Action for GraalVM JDK 21 uses: graalvm/setup-graalvm@v1