We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671a3f commit 08448ccCopy full SHA for 08448cc
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