Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathwajv authored May 15, 2022
1 parent c9a331c commit 12a9173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish RewardsPlus.BlazorWebAssembly.Client/Client.csproj -c Release -o release --nologo
run: dotnet publish RewardsPlus.Client/Client.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
Expand Down

0 comments on commit 12a9173

Please sign in to comment.