From e0813354d98fdff9f2d34c0ab781d484df40f945 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 24 Mar 2020 14:21:29 -0600 Subject: [PATCH] really adds uploading version.txt back in --- .github/workflows/docker.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aa0a528e..b8200229 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -68,7 +68,14 @@ jobs: uses: actions/upload-artifact@v1 with: name: Build - path: ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip + path: + ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip + # Upload the Version file as an artifact + - name: Upload version.txt + uses: actions/upload-artifact@v1 + with: + name: Version + path: ${{env.GITHUB_HOME}}\output\version.txt # Create the release on the source repo - name: Create Release id: create_release