From e8eb887016989721ff8381a9d5893697edb234d5 Mon Sep 17 00:00:00 2001 From: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:27:57 +0100 Subject: [PATCH] Update deploy.yml .net9.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5df39d9a..77604cc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Blazor WASM Deployment env: - PUBLISH_DIR: Wabbajack.Web/bin/Release/net8.0/publish/wwwroot + PUBLISH_DIR: Wabbajack.Web/bin/Release/net9.0/publish/wwwroot NODE_ENV: production on: