diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index d507c863..54769f56 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -401,7 +401,7 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v4 with: - path: $GITHUB_WORKSPACE/artifacts + path: ${{ github.workspace }}/artifacts merge-multiple: false - name: Display structure of downloaded files