Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
alexreich authored Sep 30, 2022
1 parent a543213 commit b5f1170
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
@@ -20,8 +20,8 @@ jobs:

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj -c Debug -o debug --nologo
#run: dotnet publish demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj -c Release -o release --nologo
#run: dotnet publish demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj -c Debug -o debug --nologo
run: dotnet publish demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj -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 RulesEngineEditor

0 comments on commit b5f1170

Please sign in to comment.