3 lines
88 B
PowerShell
3 lines
88 B
PowerShell
|
$rootPath = $env:GITHUB_WORKSPACE;
|
|||
|
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;
|