We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674bd4b commit 5c831abCopy full SHA for 5c831ab
.github/workflows/build.yml
@@ -23,6 +23,9 @@ jobs:
23
with:
24
dotnet-version: '8.0.404'
25
26
+ - name: Dotnet framework and workload versions
27
+ run: dotnet --info
28
+
29
- name: Install .NET Android and iOS workload
30
run: dotnet workload install android ios maui --version 8.0.404
31
.github/workflows/release.yml
@@ -300,7 +300,7 @@ jobs:
300
run: ./tools/build-docs.sh
301
shell: bash
302
303
- - uses: actions/upload-pages-artifact@v2
+ - uses: actions/upload-pages-artifact@v3
304
305
path: docs
306
0 commit comments