removes unzip step

This commit is contained in:
Neil Dorin
2020-03-17 16:04:55 -06:00
parent d6826bfd83
commit 91e52db5c9

View File

@@ -109,7 +109,6 @@ jobs:
shell: powershell
run: |
Get-ChildItem "./"
Expand-Archive -Path version.zip -DestinationPath ./
$version = Get-Content -Path ./version.txt
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./version.zip