Syntax issue?

This commit is contained in:
Neil Dorin
2020-03-17 15:28:02 -06:00
parent 982aea5b7f
commit d2012b1535

View File

@@ -108,7 +108,7 @@ jobs:
- name: Set Version Number
shell: powershell
run: |
Get-ChildItem "./"
Get-ChildItem "./"
$version = Get-Content -Path ./version.txt
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./version.zip