Compare commits

..
2 Commits
Author SHA1 Message Date
songyinyin d202caa499 test github action v21 2023-10-25 16:16:26 +08:00
songyinyin 8591e224dc test github action v20 windows xcopy 2023-10-25 16:15:32 +08:00
+2 -2
View File
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'vw*'
- 'win*'
jobs:
build:
@@ -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: