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 bb287c4 commit 9a441b3Copy full SHA for 9a441b3
.github/workflows/builder.yml
@@ -168,8 +168,8 @@ jobs:
168
- name: Upload artifacts
169
uses: actions/upload-artifact@v4
170
with:
171
- name: addon-${{ matrix.optimized }}.node
172
- path: artifacts/$outputName
+ name: addon-${{ matrix.build_type == 'optimized' && matrix.optimized || matrix.generic }}.node
+ path: artifacts/addon-${{ matrix.build_type == 'optimized' && matrix.optimized || matrix.generic }}.node
173
174
# Windows no-cuda 构建
175
windows-no-cuda:
0 commit comments