cake_wallet/scripts/windows/ci_entrypoint.ps1

5 lines
114 B
PowerShell
Raw Normal View History

$runnerDir = "C:\actions-runner"
$runCmd = "$runnerDir\run.cmd"
Write-Host "Starting the runner..."
& $runCmd