From d451424de8b66f80a6aaf404e88e7cd1fe41fb41 Mon Sep 17 00:00:00 2001 From: songyinyin Date: Mon, 18 Dec 2023 15:35:49 +0800 Subject: [PATCH] =?UTF-8?q?Github=20Action:=20fix=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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