Skip to content

Commit 65b80aa

Browse files
committed
What's in that directory
1 parent d76637e commit 65b80aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/build-tarballs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ elif [ "$target" = "" ]; then
6767
cp target/release/wasmtime tmp/$bin_pkgname
6868
cp target/release/libwasmtime.{a,so} tmp/$api_pkgname/lib
6969
else
70+
echo '+++++++'
71+
ls target/$target/release/wasmtime
72+
echo '+++++++'
7073
cp target/$target/release/wasmtime tmp/$bin_pkgname
7174
cp target/$target/release/libwasmtime.{a,so} tmp/$api_pkgname/lib
7275
fi

0 commit comments

Comments
 (0)