We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfda0fc commit ccd9ab6Copy full SHA for ccd9ab6
.github/workflows/build-publish.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-dotnet@v3
21
with:
22
dotnet-version: 8.0.x
23
+ - name: Setup Workloads
24
+ run: dotnet workload install maui --version 8.0.407
25
- name: Build
26
run: dotnet build --configuration Release
27
- name: Package NuGets
0 commit comments