Removes reference to version.zip

This commit is contained in:
Neil Dorin
2020-03-17 16:13:19 -06:00
parent ec71e80c53
commit 11d7b76592

View File

@@ -110,7 +110,6 @@ jobs:
Get-ChildItem "./"
$version = Get-Content -Path ./version.txt
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./version.zip
Remove-Item -Path ./version.txt
- name: Check Directory
run: |