Skip to content

Webtechnicom Billing Systeme #5

@ghost

Description

// Create a folder under the drive root
$ mkdir actions-runner; cd actions-runner// Download the latest runner package
$ Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.273.1/actions-runner-win-x64-2.273.1.zip -OutFile actions-runner-win-x64-2.273.1.zip// Extract the installer
$ Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD/actions-runner-win-x64-2.273.1.zip", "$PWD")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions