mirror of
https://github.com/bitwarden/browser
synced 2025-01-28 03:59:50 +01:00
fixing pwsh
This commit is contained in:
parent
1e0fede341
commit
b2f4a7f96e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$env:repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
|
||||
$env:bulid_num = ${env:GITHUB_RUN_NUBMER} + 3000
|
||||
$env:bulid_num = $env:GITHUB_RUN_NUBMER + 3000
|
||||
|
||||
echo "::set-output name=repo_url::$env:repo_url"
|
||||
echo "::set-output name=adj_build_number::$env:build_num"
|
||||
|
Loading…
x
Reference in New Issue
Block a user