Skip to content

Commit

Permalink
Fix download
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 18, 2025
1 parent 2143901 commit 2aefae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Download CUDA-Q wheels
uses: actions/download-artifact@v4
with:
name: cudaq-wheels-${{ matrix.platform }}
name: cudaq-wheels-${{ matrix.runner.arch }}
path: /cudaq-wheels
run-id: ${{ inputs.artifacts_from_run || github.run_id }}
github-token: ${{ secrets.WORKFLOW_TOKEN }}
Expand Down

0 comments on commit 2aefae0

Please sign in to comment.