taking it 1 step at a time

This commit is contained in:
Andrew Welker
2020-03-17 14:45:48 -06:00
parent c21f07babc
commit 0e53378af2

View File

@@ -108,11 +108,12 @@ jobs:
- name: Set Version Number
shell: powershell
run: |
Expand-Archive -Path ./version.zip -DestinationPath ./
$version = Get-Content -Path ./version.txt
Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./version.zip
Remove-Item -Path ./version.txt
Expand-Archive -Path version.zip -DestinationPath ./
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: |
Get-ChildItem "./"