Skip to content

Commit fdea3fe

Browse files
committed
small hotfix for cpp wheels in docs publishing
1 parent 05ef55a commit fdea3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
pattern: dist-ubuntu-latest*
25+
pattern: dist-ubuntu-latest-{{python_version_primary}}
2626
merge-multiple: true
2727
path: dist
2828
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Download dist from build
2323
uses: actions/download-artifact@v7
2424
with:
25-
pattern: dist-ubuntu-latest*
25+
pattern: dist-ubuntu-latest-{{python_version_primary}}
2626
merge-multiple: true
2727
path: dist
2828
run-id: {% raw %}${{ github.event.workflow_run.id }}{% endraw %}

0 commit comments

Comments
 (0)