switching latest to the commit hash

This commit is contained in:
Joseph Flinn 2021-02-02 14:17:43 -08:00
parent 2c23ed74a0
commit d2211db266
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
shell: pwsh
run: |
$repo_url = "https://github.com/${env:GITHUB_REPOSITORY}.git"
$adj_build_num = "latest"
$adj_build_num = "${{ env.GITHUB_SHA }}"
echo "::set-output name=repo_url::$repo_url"
echo "::set-output name=adj_build_number::$adj_build_num"