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