diff --git a/.github/workflows/bundles.yml b/.github/workflows/bundles.yml index b1f66d3e..93a34761 100644 --- a/.github/workflows/bundles.yml +++ b/.github/workflows/bundles.yml @@ -51,6 +51,9 @@ jobs: - name: Retrieve wheel shell: bash run: | + dest=${{ github.workspace }}/BlendLuxCore/wheels + + mkdir -p ${dest} pip download "pyluxcore==${WHEELS_VERSION}" \ --no-deps \ --dest ${dest} \