From f5e9c4860c3c82eacf47f10ff8a83a98f2f09038 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Fri, 20 Mar 2020 11:21:52 -0600 Subject: [PATCH] Changed output folder location for write version step --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 15e3e245..c08b4fe6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -70,7 +70,7 @@ jobs: run: ./.github/scripts/ZipBuildOutput.ps1 # Write the version to a file to be consumed by the push jobs - name: Write Version - run: Write-Output "$($Env:VERSION)" | Out-File -FilePath ".\output\version.txt" + run: Write-Output "$($Env:VERSION)" | Out-File -FilePath "$($Env:GITHUB_HOME)\output\version.txt" # Upload the build output as an artifact - name: Upload Build Output uses: actions/upload-artifact@v1