Skip to content

Commit 8f69e49

Browse files
[LTS 1.8] Store Windows Artifacts (pytorch#57777)
1 parent 99f5ffe commit 8f69e49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,8 @@ jobs:
11091109
- persist_to_workspace:
11101110
root: "C:/w"
11111111
paths: final_pkgs
1112+
- store_artifacts:
1113+
path: C:/w/final_pkgs
11121114

11131115
binary_windows_test:
11141116
<<: *binary_windows_params

.circleci/verbatim-sources/job-specs/binary-job-specs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@
313313
- persist_to_workspace:
314314
root: "C:/w"
315315
paths: final_pkgs
316+
- store_artifacts:
317+
path: C:/w/final_pkgs
316318

317319
binary_windows_test:
318320
<<: *binary_windows_params

0 commit comments

Comments
 (0)