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