File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
dotnet-version : ' 8.0.404'
25
25
26
+ - name : workload update version
27
+ run : dotnet workload update --version 8.0.404
28
+
26
29
- name : Install .NET Android and iOS workload
27
30
run : dotnet workload install android ios maui --version 8.0.404
28
31
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300
300
run : ./tools/build-docs.sh
301
301
shell : bash
302
302
303
- - uses : actions/upload-pages-artifact@v2
303
+ - uses : actions/upload-pages-artifact@v3
304
304
with :
305
305
path : docs
306
306
Original file line number Diff line number Diff line change 45
45
with :
46
46
dotnet-version : ' 8.0.404'
47
47
48
+ - name : workload update version
49
+ run : dotnet workload update --version 8.0.404
50
+
48
51
- name : Install .NET Android and iOS workload
49
52
run : dotnet workload install android ios maui --version 8.0.404
50
53
You can’t perform that action at this time.
0 commit comments