File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ jobs:
5959
6060 - name : Tar node-packages
6161 run : |
62- mkdir -p ./bcrypt@5.1.0/node_modules/bcrypt
63- mkdir -p ./cld@2.9.1/node_modules/cld
64- mkdir -p ./unix-dgram@2.0.6/node_modules/unix-dgram
65- mv node_modules/bcrypt ./bcrypt@5.1.0/node_modules/bcrypt
66- mv node_modules/cld ./cld@2.9.1/node_modules/cld
67- mv node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/unix-dgram
68- tar --hard-dereference -cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
62+ mkdir -p ./bcrypt@5.1.0/node_modules
63+ mkdir -p ./cld@2.9.1/node_modules
64+ mkdir -p ./unix-dgram@2.0.6/node_modules
65+ mv node_modules/bcrypt ./bcrypt@5.1.0/node_modules/
66+ mv node_modules/cld ./cld@2.9.1/node_modules/
67+ mv node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/
68+ tar --hard-dereference -cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
6969
7070 - name : Upload archive to release
7171 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments