From de4eaf1f2ba27ffffda85ccc8bf99b0774a191e6 Mon Sep 17 00:00:00 2001 From: Christophe Peugnet Date: Fri, 2 Dec 2022 15:28:42 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5772914..2b12c20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest env: - PUBLISH_FOLDER: Blazor-Color-Picker/bin/Release/net6.0/publish/wwwroot + PUBLISH_FOLDER: Blazor-Color-Picker/bin/Release/net7.0/publish/wwwroot name: Build and Deploy Job steps: