From a74a7036106eb889109832790e4c68edf1549bea Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 24 Mar 2020 14:22:10 -0600 Subject: [PATCH] puts path for .zip file back on the same line as path --- .github/workflows/docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b8200229..1160d8ea 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -68,9 +68,8 @@ jobs: uses: actions/upload-artifact@v1 with: name: Build - path: - ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip - # Upload the Version file as an artifact + path: ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip + # Upload the Version file as an artifact - name: Upload version.txt uses: actions/upload-artifact@v1 with: