File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 44
44
fail-fast : false
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v2.3.4
47
+ uses : actions/checkout@v3.5.0
48
48
with :
49
49
submodules : true
50
50
- name : Build Windows
60
60
if : runner.os == 'Linux'
61
61
run : ./dockerbuild.sh
62
62
- name : Upload artifacts
63
- uses : actions/upload-artifact@v2.2 .2
63
+ uses : actions/upload-artifact@v3.1 .2
64
64
with :
65
65
name : ${{ matrix.name }}
66
66
path : nuget.package/runtimes/${{ matrix.name }}
@@ -72,26 +72,26 @@ jobs:
72
72
DOTNET_NOLOGO : true
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v2.3.4
75
+ uses : actions/checkout@v3.5.0
76
76
with :
77
77
fetch-depth : 0
78
78
- name : Setup .NET SDK
79
- uses : actions/setup-dotnet@v1.7.2
79
+ uses : actions/setup-dotnet@v3.0.3
80
80
with :
81
- dotnet-version : 5 .0.x
81
+ dotnet-version : 7 .0.x
82
82
- name : Install MinVer
83
83
run : dotnet tool install --global minver-cli
84
84
- name : Run MinVer
85
85
id : minver
86
86
run : echo '::set-output name=version::$(minver)'
87
87
- name : Download artifacts
88
- uses : actions/download-artifact@v2 .0.10
88
+ uses : actions/download-artifact@v3 .0.2
89
89
with :
90
90
path : nuget.package/runtimes/
91
91
- name : Create package
92
92
run : ./nuget.exe Pack nuget.package/NativeBinaries.nuspec -Version ${{ steps.minver.outputs.version }} -NoPackageAnalysis
93
93
- name : Upload NuGet package
94
- uses : actions/upload-artifact@v2.2 .2
94
+ uses : actions/upload-artifact@v3.1 .2
95
95
with :
96
96
name : NuGet package
97
97
path : ./*.nupkg
You can’t perform that action at this time.
0 commit comments