File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ prebuilds/
77lib /
88libexec /
99share /
10- * -nodeos-linux-musl /
10+ * -nodeos-linux-musl *
1111
12- bin /* -nodeos-linux-musl- *
12+ bin /* -nodeos-linux-musl *
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source scripts/adjustEnvVars.sh || exit $?
1010# Define steps paths
1111#
1212
13- PRODUCTS=(bin lib libexec share * -nodeos-linux-musl)
13+ PRODUCTS=(bin lib libexec share * -nodeos-linux-musl* )
1414PREBUILD=prebuilds/$KERNEL_NAME -$NODE_ARCH .tar.gz
1515
1616
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
33rm -rf build/ deps/
4- rm -rf bin/ lib/ libexec/ share/ * -nodeos-linux-* /
4+ rm -rf bin/ lib/ libexec/ share/ * -nodeos-linux-musl *
55
66npm run prepublish -- --force
You can’t perform that action at this time.
0 commit comments