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 3456d2a commit 3507843Copy full SHA for 3507843
.github/workflows/build_node_shared.yml
@@ -42,11 +42,8 @@ jobs:
42
run: |
43
cd out/Release
44
45
- # Create symbolic link for libnode.so
46
- ln -s libnode.so.127 libnode.so
47
-
48
# Package shared libraries into zip archive
49
- zip -y node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
+ zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127
50
51
- name: Publish to release assets
52
uses: softprops/action-gh-release@v2
0 commit comments