Skip to content

Commit

Permalink
Show complete web output
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Jun 1, 2023
1 parent a5e0b8f commit 1f7bd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GithubActionsWIP-LTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: dotnet publish ${{env.projectWeb}} --configuration ${{env.buildConfiguration}} --output ${{env.outputWeb}} -p:version=${{env.ciVersion}} -p:BlazorEnableCompression=false

- name: Display MaterialBlazor web output Ꙫ
run: dir ${{env.outputWeb}}
run: dir ${{env.outputWeb}} /s

############################################################################################################
# Build nuget package
Expand Down

0 comments on commit 1f7bd39

Please sign in to comment.