fixing pwsh

This commit is contained in:
Joseph Flinn 2021-02-01 16:10:13 -08:00
parent 1e0fede341
commit b2f4a7f96e
1 changed files with 1 additions and 1 deletions

View File

@ -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"