correction on build to LSFE\LSFE.API.csproj
All checks were successful
Build and Deploy LSFE / build-and-deploy (push) Successful in 1m10s

This commit is contained in:
rowell_m_soriano 2026-07-30 13:30:47 +08:00
parent 29f5074072
commit 15656becac

View File

@ -19,7 +19,7 @@ jobs:
- name: Publish WebApi
shell: pwsh
run: dotnet publish .\LSFE.API\LSFE.API.csproj -c Release -o C:\ci-output\webapi
run: dotnet publish .\LSFE\LSFE.API.csproj -c Release -o C:\ci-output\webapi
# ---- Generate production config from Gitea Actions secrets (never committed to git) ----
- name: Write production appsettings - WebApi