Skip to content

Commit a810a4e

Browse files
author
linxiaodong
committed
fix: artifacts name
1 parent 782bc5b commit a810a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/upload-artifact@v4
169169
with:
170170
name: addon-${{ matrix.cuda_version }}-${{ matrix.build_type }}
171-
path: artifacts/addon-${{ matrix.build_type == 'optimized' && matrix[matrix.cuda_version].optimized || matrix[matrix.cuda_version].generic }}.node
171+
path: artifacts/addon-${{ matrix[matrix.build_type] }}.node
172172

173173
# Windows no-cuda 构建
174174
windows-no-cuda:

0 commit comments

Comments
 (0)