We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354df9a commit 3456d2aCopy full SHA for 3456d2a
.github/workflows/build_node_shared.yml
@@ -42,10 +42,11 @@ jobs:
42
run: |
43
cd out/Release
44
45
- # ln -s libnode.so.127 libnode.so
+ # Create symbolic link for libnode.so
46
ln -s libnode.so.127 libnode.so
47
48
- zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
+ # Package shared libraries into zip archive
49
+ zip -y node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
50
51
- name: Publish to release assets
52
uses: softprops/action-gh-release@v2
0 commit comments