diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 231926a..ca7083a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -29,10 +29,10 @@ jobs: run: dotnet test src/TaxBaik.sln -c Release --no-build - name: Publish Web (auto-includes WASM from referenced TaxBaik.Web.Client) - run: dotnet publish src/TaxBaik.Web/ -c Release -o ./publish -p:SelfContained=false + run: dotnet publish src/TaxBaik.Web/ -c Release -o ./publish -p:SelfContained=false -p:PublishReadyToRun=false - name: Publish Proxy - run: dotnet publish src/TaxBaik.Proxy/ -c Release -o ./publish/proxy + run: dotnet publish src/TaxBaik.Proxy/ -c Release -o ./publish/proxy -p:PublishReadyToRun=false - name: Write production secrets run: |