Write out the version and remove the folder

This commit is contained in:
Neil Dorin
2020-03-17 17:02:50 -06:00
parent 7c80fc2ae5
commit 62d80e8fe3

View File

@@ -109,8 +109,10 @@ jobs:
run: |
Get-ChildItem "./Version"
$version = Get-Content -Path ./Version/version.txt
Write-Host "Version: $version"
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./Version/version.txt
Remove-Item -Path /Version
- name: Check Directory
run: |
Get-ChildItem "./"