From 52f359cfb21fa6d2b4f59c1be89283f4157185d9 Mon Sep 17 00:00:00 2001 From: Christophe Peugnet Date: Wed, 29 Nov 2023 17:48:57 +0100 Subject: [PATCH] Update ci.yml test --- .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 367668b..1385023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Dotnet Publish run: - dotnet publish --configuration Release --framework net8.0 + dotnet publish --configuration Release -f net8.0 - name: Change base-tag in index.html to repo name run: sed -i 's///g' $GITHUB_WORKSPACE/$PUBLISH_FOLDER/index.html