From 32589072570a7814f47285e72a25c7bc8ed9e832 Mon Sep 17 00:00:00 2001 From: manishtiwari25 Date: Sat, 17 Feb 2024 14:53:04 +0100 Subject: [PATCH] fixed pipeline --- .github/workflows/deploy.yml | 2 +- src/Shared/MainLayout.razor | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a11751..75e423f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: with: dotnet-version: 8.x - name: Publish .NET Core Project - run: dotnet publish src/EdmxTools.csproj -c Release -o release --nologo + run: dotnet publish src/BitesInByte.Tools.csproj -c Release -o release --nologo - name: Change base-tag in index.html from / to tools run: sed -i 's///g' release/wwwroot/index.html - name: copy index.html to 404.html diff --git a/src/Shared/MainLayout.razor b/src/Shared/MainLayout.razor index 319f8ce..d16da34 100644 --- a/src/Shared/MainLayout.razor +++ b/src/Shared/MainLayout.razor @@ -47,7 +47,9 @@ Privacy Policy - Contect Us + Contect Us +