Skip to content

Commit ccd9ab6

Browse files
authored
Update build-publish.yml
1 parent cfda0fc commit ccd9ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-dotnet@v3
2121
with:
2222
dotnet-version: 8.0.x
23+
- name: Setup Workloads
24+
run: dotnet workload install maui --version 8.0.407
2325
- name: Build
2426
run: dotnet build --configuration Release
2527
- name: Package NuGets

0 commit comments

Comments
 (0)