Skip to content

Commit

Permalink
try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
philosowaffle committed Jan 1, 2025
1 parent 1b13f01 commit d6cc9e7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/actions/publish-ui-dist/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ runs:
# I really shouldn't need to do this. The restore command below should be enough.
# However it seems the restore command does not install Maui base, which is needed
# to publish a running package.
# - name: Install MAUI Workloads
# run: dotnet workload install maui
# shell: pwsh
- name: Install MAUI Workloads
run: dotnet workload install maui
shell: pwsh

- name: Restore MAUI Workloads
run: dotnet workload restore
Expand All @@ -44,6 +44,10 @@ runs:
- name: List MAUI Workloads
run: dotnet workload list
shell: pwsh

- name: Log Dependencies
run: dotnet list package --include-transitive
shell: pwsh

- name: Prepare env
run: |
Expand Down

0 comments on commit d6cc9e7

Please sign in to comment.