Skip to content

Commit

Permalink
ci: Make download workflow step less dependent on build workflow name (
Browse files Browse the repository at this point in the history
…canonical#174)

Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil authored Aug 26, 2024
1 parent d8ecd8a commit 6e33ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nvidia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get the artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: build.yml
run_id: ${{ inputs.run_id }}
name: docker_${{ inputs.run_id }}.snap

- name: Publish to Store
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get the artifact
uses: dawidd6/action-download-artifact@v6
with:
workflow: build.yml
workflow_search: true
name: docker_[0-9]+.snap
name_is_regexp: true

Expand Down

0 comments on commit 6e33ea2

Please sign in to comment.