Skip to content

Commit 9a441b3

Browse files
author
linxiaodong
committed
fix: upload-artifact
1 parent bb287c4 commit 9a441b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168
- name: Upload artifacts
169169
uses: actions/upload-artifact@v4
170170
with:
171-
name: addon-${{ matrix.optimized }}.node
172-
path: artifacts/$outputName
171+
name: addon-${{ matrix.build_type == 'optimized' && matrix.optimized || matrix.generic }}.node
172+
path: artifacts/addon-${{ matrix.build_type == 'optimized' && matrix.optimized || matrix.generic }}.node
173173

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

0 commit comments

Comments
 (0)