Changed output folder location for write version step

This commit is contained in:
Neil Dorin
2020-03-20 11:21:52 -06:00
parent a050328bb2
commit f5e9c4860c

View File

@@ -70,7 +70,7 @@ jobs:
run: ./.github/scripts/ZipBuildOutput.ps1
# Write the version to a file to be consumed by the push jobs
- name: Write Version
run: Write-Output "$($Env:VERSION)" | Out-File -FilePath ".\output\version.txt"
run: Write-Output "$($Env:VERSION)" | Out-File -FilePath "$($Env:GITHUB_HOME)\output\version.txt"
# Upload the build output as an artifact
- name: Upload Build Output
uses: actions/upload-artifact@v1