Files
runner/releaseNote.md
Thomas Boop 85b072ae28 test release
2019-11-08 08:27:17 -05:00

1.4 KiB

Features

  • N/A

Bugs

  • Test Release please ignore

Misc

  • Updated to .NET Core 3.0 (#127)

Agent Downloads

Package
Windows x64 actions-runner-win-x64-<RUNNER_VERSION>.zip
macOS actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz
Linux x64 actions-runner-linux-x64-<RUNNER_VERSION>.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-<RUNNER_VERSION>.zip", "$PWD")

OSX

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

Linux x64

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