From 0e53378af2bbf5b95277dd8fc53cb3f05e49255c Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 17 Mar 2020 14:45:48 -0600 Subject: [PATCH] taking it 1 step at a time --- .github/workflows/docker.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 5eb59b6..676a262 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 "./"