Compare commits
3
Commits
v18-test
...
win21-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d202caa499 | ||
|
|
8591e224dc | ||
|
|
5953256c11 |
@@ -12,7 +12,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job
|
# see: https://docs.github.com/zh/actions/using-jobs/choosing-the-runner-for-a-job
|
||||||
os: ['ubuntu-20.04', 'macos-12']
|
# os: ['ubuntu-20.04', 'macos-12']
|
||||||
|
os: ['ubuntu-20.04']
|
||||||
name: build - ${{ matrix.os }}
|
name: build - ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
|
# https://github.com/softprops/action-gh-release/issues/236#issuecomment-1150530128
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'vw*'
|
- 'win*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
cd neutrino-proxy-admin
|
cd neutrino-proxy-admin
|
||||||
npm install
|
npm install
|
||||||
npm run build:dev
|
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
|
- name: GitHub Action for GraalVM JDK 17
|
||||||
uses: graalvm/setup-graalvm@v1
|
uses: graalvm/setup-graalvm@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user