Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Jun 16, 2024
1 parent 846f624 commit 7b14207
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
dotnet-version: ${{env.DOTNET_VERSION}}

- name: Install dependencies
run: dotnet restore neo3-gui/neo3-gui.sln
run: dotnet restore neo3-gui/neo3-gui/neo3-gui.csproj

- name: Use Node.js ${{ env.NODE_VERSION }}
- name: Use Node.js ${{env.NODE_VERSION}}
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
node-version: ${{env.NODE_VERSION}}

- run: cd neo3-gui/neo3-gui/ClientApp/
- run: npm install
Expand Down

0 comments on commit 7b14207

Please sign in to comment.