Update LANCommander.yml

dhcp-server v0.0.8
Pat Hartl 2023-08-28 01:36:56 -05:00 committed by GitHub
parent 8e85723f4d
commit 1e98412b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: dotnet restore
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
- run: cd wwwroot/scripts; npm install
- run: cd LANCommander/wwwroot/scripts; npm install
- name: Build
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
- name: Publish