Skip to content

Commit 08448cc

Browse files
fix: publish assets
1 parent 8671a3f commit 08448cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,4 @@ jobs:
375375
if: startsWith(github.ref, 'refs/tags/')
376376
with:
377377
files: |
378-
out/Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip
379-
Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip
378+
"**/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip"

0 commit comments

Comments
 (0)