mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
3 lines
88 B
PowerShell
3 lines
88 B
PowerShell
$rootPath = $env:GITHUB_WORKSPACE;
|
|
$buildNumber = 100 + [int]$env:GITHUB_RUN_NUMBER;
|