From 5a67894eb417f3799cc904e90f9d207a139aa06e Mon Sep 17 00:00:00 2001 From: Christophe Peugnet Date: Fri, 26 Jan 2024 15:18:33 +0100 Subject: [PATCH] fix CI --- .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 d2b7d1f..8c77ce1 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/net7.0/publish/wwwroot + PUBLISH_FOLDER: Blazor-Color-Picker/bin/Release/net8.0/publish/wwwroot name: Build and Deploy Job steps: