Skip to content

Commit 47a5672

Browse files
working on Dockerfile for fibers
1 parent 8ce5e40 commit 47a5672

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-node-packages.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ jobs:
5959
6060
- name: Tar node-packages
6161
run: |
62-
ls
63-
ls node_modules
64-
mv node_modules/bcrypt ./bcrypt@5.1.0/node_modules/bcrypt
65-
mv node_modules/cld ./cld@2.9.1/node_modules/cld
66-
mv node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/unix-dgram
62+
mv -p node_modules/bcrypt ./bcrypt@5.1.0/node_modules/bcrypt
63+
mv -p node_modules/cld ./cld@2.9.1/node_modules/cld
64+
mv -p node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/unix-dgram
6765
tar --hard-dereference -cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
6866
6967
- name: Upload archive to release

0 commit comments

Comments
 (0)