Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Apr 19, 2024
1 parent a6e524f commit 5a11854
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 CropSQL.dll -c Release -o release --nologo
run: dotnet publish CropSQL -c Release -o release --nologo

# changes the base-tag in index.html from '/' to 'BlazorGitHubPagesDemo' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to CropSQL
Expand Down

0 comments on commit 5a11854

Please sign in to comment.