File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5151 - name : Sign Nuget Package
5252 run : nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}" -Timestamper "http://timestamp.comodoca.com"
5353 - name : Save artifact
54- uses : actions/upload-artifact@v2
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : BrowserStackLocal.nupkg
5757 path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
Original file line number Diff line number Diff line change 3434 - name : Pack NuGet Package
3535 run : msbuild BrowserStackLocal -t:pack -p:Configuration=Release
3636 - name : Save artifact
37- uses : actions/upload-artifact@v2
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : BrowserStackLocal.nupkg
4040 path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
You can’t perform that action at this time.
0 commit comments