diff --git a/.github/workflows/build_node_shared.yml b/.github/workflows/build_node_shared.yml index 32aaa7f..6619ba1 100644 --- a/.github/workflows/build_node_shared.yml +++ b/.github/workflows/build_node_shared.yml @@ -375,5 +375,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - out/Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip - Release/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip + "**/node-shared-${{ matrix.platform }}-${{ matrix.arch }}-${{ matrix.compiler }}.zip" \ No newline at end of file