diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 46d91d1..65b8c79 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -30,8 +30,8 @@ jobs: - name: Test solution run: dotnet test TaxBaik.sln -c Release --no-build - - name: Publish Web - run: dotnet publish TaxBaik.Web/ -c Release -o ./publish --no-restore + - name: Publish Web (with WebAssembly client) + run: dotnet publish . -c Release -o ./publish --no-restore - name: Publish Proxy run: dotnet publish TaxBaik.Proxy/ -c Release -o ./publish/proxy