Skip to content

v2.160.0

Compare
Choose a tag to compare
@TingluoHuang TingluoHuang released this 28 Oct 18:05
1413297

Features

  • N/A

Bugs

  • Reverted removal of additional fields error and warning fields (#147)
  • Actions cache would incorrectly cache the action if the tag was updated (#148)

Misc

  • Updated to .NET Core 3.0 (#127)

Agent Downloads

Package
Windows x64 actions-runner-win-x64-2.160.0.zip
macOS actions-runner-osx-x64-2.160.0.tar.gz
Linux x64 actions-runner-linux-x64-2.160.0.tar.gz

After Download:

Windows x64

C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\actions-runner-win-x64-2.160.0.zip", "$PWD")

OSX

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-osx-x64-2.160.0.tar.gz

Linux x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-linux-x64-2.160.0.tar.gz