Skip to content

Commit

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

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

0 comments on commit 01545fa

Please sign in to comment.