We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8671a3f + b09dac7 commit 638419dCopy full SHA for 638419d
1 file changed
.github/workflows/build_node_shared.yml
@@ -375,5 +375,4 @@ jobs:
375
if: startsWith(github.ref, 'refs/tags/')
376
with:
377
files: |
378
- out/Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip
379
- Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip
+ "**/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip"
0 commit comments