Skip to content

Commit 638419d

Browse files
authored
Merge pull request #8 from TEN-framework/fix/win
fix: publish assets
2 parents 8671a3f + b09dac7 commit 638419d

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)