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