trying another powershell thing

This commit is contained in:
Joseph Flinn 2021-02-01 17:05:39 -08:00
parent 211eef206e
commit fc53f498dd
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_NUMBER + 3000
$env:bulid_num = "${env:GITHUB_RUN_NUMBER + 3000}"
Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER"
Write-Host "BUILD NUMBER: $env:build_num"