CakeWallet/scripts/windows/ci_entrypoint.ps1

5 lines
No EOL
110 B
PowerShell

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