Skip to content

Commit 2c74d63

Browse files
Add dash
1 parent bd006a4 commit 2c74d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
mv node_modules/bcrypt ./bcrypt@5.1.0/node_modules/bcrypt
8181
mv node_modules/cld ./cld@2.9.1/node_modules/cld
8282
mv node_modules/unix-dgram ./unix-dgram@2.0.6/node_modules/unix-dgram
83-
tar --hard-dereference cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
83+
tar --hard-dereference -cvzf packages_${{matrix.arch}}.tar.gz bcrypt@5.1.0 cld@2.9.1 unix-dgram@2.0.6
8484
8585
8686
- name: Upload archive to release

0 commit comments

Comments
 (0)