Update LANCommander.yml
This commit is contained in:
parent
b6b6eb1e76
commit
92984c1a83
1 changed files with 3 additions and 0 deletions
3
.github/workflows/LANCommander.yml
vendored
3
.github/workflows/LANCommander.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
dotnet-version: 6.0.x
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3.8.1
|
||||
- run: npm ci
|
||||
- name: Build
|
||||
run: dotnet build "./LANCommander/LANCommander.csproj" --no-restore
|
||||
- name: Publish
|
||||
|
|
Loading…
Add table
Reference in a new issue