Skip to content

Commit fe9ec5f

Browse files
Fix for V2 demo deployment Action (#1374)
Debugging some issues with the V2 Actions. The deployment step was missing the directory for where to look for the Artifact, so couldn't find it. This PR specifies [the artifact's uploaded directory](https://github.com/PennyLaneAI/qml/blob/master/.github/workflows/v2-build-pr.yml#L80) in the workflow. <img width="1101" alt="Screenshot 2025-05-21 at 10 15 24 AM" src="https://github.com/user-attachments/assets/0192da5c-70b2-4205-8757-cc8b013ebc13" />
1 parent 9606621 commit fe9ec5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/v2-deploy-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
workflow_run_id: ${{ github.event.workflow_run.id }}
2929
artifact_name_regex: '^pr_info$'
30+
artifact_download_dir: '/tmp/pr'
3031
github_token: ${{ github.token }}
3132

3233
- name: Check if Build Context file exists

0 commit comments

Comments
 (0)