From eba9499bfa0125dd5a352a25679acf3d0ae97b71 Mon Sep 17 00:00:00 2001 From: shuai Date: Mon, 17 Jun 2024 01:03:30 +0800 Subject: [PATCH] publish --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 042312a..204b57c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,9 +32,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{env.NODE_VERSION}} + + - name: publish + working-directory: neo3-gui/neo3-gui + run: sh publish.sh + - - run: cd neo3-gui/neo3-gui/ClientApp/ - - run: npm install # - name: Get Cache Files (osx-x64) # uses: actions/cache@v3