We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643c4e commit dcafd99Copy full SHA for dcafd99
1 file changed
.github/workflows/build_node_shared.yml
@@ -34,5 +34,7 @@ jobs:
34
./configure --shared
35
make -j$(nproc)
36
37
+ - name: Package assets
38
+ run: |
39
cd out/Release
40
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127
0 commit comments