fix env path to GITHUB_ENV file

This commit is contained in:
Andrew Welker
2020-10-28 12:51:50 -06:00
parent ecfd7a275c
commit 8442bbed56

View File

@@ -44,7 +44,7 @@ jobs:
shell: powershell
run: |
$version = ./.github/scripts/GenerateVersionNumber.ps1
echo "VERSION=$version" | Out-File -FilePath $env::GITHUB_ENV -Encoding utf8 -Append
echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
# Use the version number to set the version of the assemblies
- name: Update AssemblyInfo.cs
shell: powershell