Skip to content

Commit

Permalink
Complete web output attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkStega committed Jun 1, 2023
1 parent 1f7bd39 commit 1fafc46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/GithubActionsWIP-LTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ 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}} /s
run: tree ${{env.outputWeb}}
shell: bash

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

0 comments on commit 1fafc46

Please sign in to comment.