Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Jun 16, 2024
1 parent 7b14207 commit eba9499
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba9499

Please sign in to comment.