Skip to content

Commit 3456d2a

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_node_shared.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
run: |
4343
cd out/Release
4444
45-
# ln -s libnode.so.127 libnode.so
45+
# Create symbolic link for libnode.so
4646
ln -s libnode.so.127 libnode.so
4747
48-
zip node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
48+
# Package shared libraries into zip archive
49+
zip -y node-shared-linux-x64-${{ matrix.compiler }}.zip libnode.so libnode.so.127
4950
5051
- name: Publish to release assets
5152
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)