Skip to content

Commit

Permalink
CI: destination directory
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Dec 8, 2024
1 parent 346d099 commit 5aff3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 5aff3c6

Please sign in to comment.