We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76637e commit 65b80aaCopy full SHA for 65b80aa
ci/build-tarballs.sh
@@ -67,6 +67,9 @@ elif [ "$target" = "" ]; then
67
cp target/release/wasmtime tmp/$bin_pkgname
68
cp target/release/libwasmtime.{a,so} tmp/$api_pkgname/lib
69
else
70
+ echo '+++++++'
71
+ ls target/$target/release/wasmtime
72
73
cp target/$target/release/wasmtime tmp/$bin_pkgname
74
cp target/$target/release/libwasmtime.{a,so} tmp/$api_pkgname/lib
75
fi
0 commit comments