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 - name: Set Version Number
shell: powershell shell: powershell
run: | run: |
Expand-Archive -Path ./version.zip -DestinationPath ./ Expand-Archive -Path version.zip -DestinationPath ./
$version = Get-Content -Path ./version.txt Get-ChildItem "./"
Write-Output "::set-env name=VERSION::$version" # $version = Get-Content -Path ./version.txt
Remove-Item -Path ./version.zip # Write-Output "::set-env name=VERSION::$version"
Remove-Item -Path ./version.txt # Remove-Item -Path ./version.zip
# Remove-Item -Path ./version.txt
- name: Check Directory - name: Check Directory
run: | run: |
Get-ChildItem "./" Get-ChildItem "./"