We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782bc5b commit a810a4eCopy full SHA for a810a4e
.github/workflows/builder.yml
@@ -168,7 +168,7 @@ jobs:
168
uses: actions/upload-artifact@v4
169
with:
170
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
+ path: artifacts/addon-${{ matrix[matrix.build_type] }}.node
172
173
# Windows no-cuda 构建
174
windows-no-cuda:
0 commit comments