From 42092c71078190e9845edfe201cfe014975d7a76 Mon Sep 17 00:00:00 2001
From: bharathwajv <71205976+bharathwajv@users.noreply.github.com>
Date: Sun, 15 May 2022 23:16:19 +0530
Subject: [PATCH] Update main.yml
---
.github/workflows/main.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a42aa78..d7775af 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -23,9 +23,9 @@ jobs:
- name: Publish .NET Core Project
run: dotnet publish src/Host/Host.csproj -c Release -o release --nologo
- # changes the base-tag in index.html from '/' to 'cowin' to match GitHub Pages repository subdirectory
- - name: Change base-tag in index.html from / to cowin
- run: sed -i 's///g' release/wwwroot/index.html
+ # changes the base-tag in index.html from '/' to 'RewardsPlus.Client' to match GitHub Pages repository subdirectory
+ - name: Change base-tag in index.html from / to RewardsPlus.Client
+ run: sed -i 's///g' release/wwwroot/index.html
# copy index.html to 404.html to serve the same file when a file is not found
- name: copy index.html to 404.html