Update LANCommander.yml

dhcp-server
Pat Hartl 2023-08-28 01:32:38 -05:00 committed by GitHub
parent 92984c1a83
commit 7d3021a63a
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: npm ci
- run: npm install
- name: Build
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
- name: Publish