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 281df4d commit c9a331c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

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

Please sign in to comment.