Skip to content

Commit 31c7706

Browse files
authored
[CI] Failing jobs stop upload in release CI (#1540)
1 parent 993094d commit 31c7706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ jobs:
270270
uses: actions/download-artifact@v4
271271
with:
272272
path: wheels
273-
pattern: '*wheel*'
273+
# pytorch/test-infra uploads artifacts named like: pytorch_tensordict__3.11_cpu_x86_64
274+
pattern: 'pytorch_tensordict*'
274275
merge-multiple: true
275276

276277
- name: List collected wheels

0 commit comments

Comments
 (0)