From 15656becac3be439de648ddf9cda24759cccc47e Mon Sep 17 00:00:00 2001 From: rowell_m_soriano Date: Thu, 30 Jul 2026 13:30:47 +0800 Subject: [PATCH] correction on build to LSFE\LSFE.API.csproj --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9faa705..c7b753d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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