File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -141,26 +141,30 @@ jobs:
141141 with :
142142 packages : mono-mcs nuget
143143
144+ - name : Ensure nuget is installed
145+ run : apt install -y nuget
146+ working-directory : ${{github.workspace}}
147+
144148 - name : Download Linux aprilasr
145- uses : actions/download-artifact@master
149+ uses : actions/download-artifact@v4
146150 with :
147151 name : libaprilasr.so
148152 path : ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/
149153
150154 - name : Download Linux onnxruntime
151- uses : actions/download-artifact@master
155+ uses : actions/download-artifact@v4
152156 with :
153157 name : libonnxruntime.so
154158 path : ${{github.workspace}}/bindings/csharp/nuget/build/lib/linux-x64/
155159
156160 - name : Download Windows aprilasr
157- uses : actions/download-artifact@master
161+ uses : actions/download-artifact@v4
158162 with :
159163 name : libaprilasr.dll
160164 path : ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/
161165
162166 - name : Download Windows onnxruntime
163- uses : actions/download-artifact@master
167+ uses : actions/download-artifact@v4
164168 with :
165169 name : onnxruntime.dll
166170 path : ${{github.workspace}}/bindings/csharp/nuget/build/lib/win-x64/
You can’t perform that action at this time.
0 commit comments