Fix server JS build
This commit is contained in:
parent
d34d3055e4
commit
2d9c562bf6
1 changed files with 0 additions and 2 deletions
|
|
@ -56,8 +56,6 @@ jobs:
|
|||
# UI
|
||||
- run: cd ./LANCommander.UI; npm install; npm run package
|
||||
|
||||
- run: cd LANCommander.Server/wwwroot/scripts; npm install
|
||||
|
||||
# Linux arm64
|
||||
- name: Publish Linux
|
||||
run: dotnet publish "./LANCommander.Server/LANCommander.Server.csproj" -c Release --self-contained --runtime linux-arm64 -p:PublishSingleFile=true -p:Version="${{ steps.trim_tag_ref.outputs.replaced }}" -p:AssemblyVersion="${{ steps.trim_tag_ref.outputs.replaced }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue