From 7d1195a66ca1eeda867fd3d7e87dde92e39bc5d4 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 2 Feb 2021 08:31:06 -0800 Subject: [PATCH] got the int. trying the math --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec5169fae29..36bcbcadc0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: | $repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git" $build_num = [int]$env:GITHUB_RUN_NUMBER - $adj_build_num = $buildnum+3000 + $adj_build_num = $buildnum + 3000 Write-Host "RUN NUMBER: $env:GITHUB_RUN_NUMBER" Write-Host "BUILD NUMBER: $build_num"