diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c08b4fe6..4104c757 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -82,7 +82,7 @@ jobs: uses: actions/upload-artifact@v1 with: name: Version - path: ./output/version.txt + path: "$($Env:GITHUB_HOME)\output\version.txt" # Create the release on the source repo - name: Create Release id: create_release