Fix server JS build

This commit is contained in:
Pat Hartl 2024-08-22 01:52:20 -05:00
parent d34d3055e4
commit 2d9c562bf6

View file

@ -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 }}"