Skip to content

Commit 3507843

Browse files
committed
fix: modify workflow yml
1 parent 3456d2a commit 3507843

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ jobs:
4242
run: |
4343
cd out/Release
4444
45-
# Create symbolic link for libnode.so
46-
ln -s libnode.so.127 libnode.so
47-
4845
# Package shared libraries into zip archive
49-
zip -y node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
46+
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so.127
5047
5148
- name: Publish to release assets
5249
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)