This commit is contained in:
Maxim Lobanov
2020-04-23 06:07:49 +03:00
parent 55879a19a1
commit 239f218602
3 changed files with 6 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ echo "Create Node.js $NODE_VERSION folder"
mkdir -p $NODE_TOOLCACHE_VERSION_ARCH_PATH
echo "Copy Node.js binaries to hostedtoolcache folder"
cp ./* $NODE_TOOLCACHE_VERSION_ARCH_PATH
cp -R ./* $NODE_TOOLCACHE_VERSION_ARCH_PATH
rm $NODE_TOOLCACHE_VERSION_ARCH_PATH/setup.sh
ls $NODE_TOOLCACHE_VERSION_ARCH_PATH