mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
3 lines
88 B
PowerShell
3 lines
88 B
PowerShell
|
$rootPath = $env:GITHUB_WORKSPACE;
|
|||
|
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;
|