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 6393bbf commit 0f61fa4Copy full SHA for 0f61fa4
1 file changed
src/bash/linux-deploy.bash
@@ -5,5 +5,5 @@ rtype=${2:?Second argument is either 'release' or 'debug'}
5
6
tar_basename=google-apis-rs_cli-${version}_linux-x86-64_${rtype}
7
tar_file=${tar_basename}.tar.gz
8
-tar -czf $tar_file --transform "s%^.*/%%" -T <(find gen -executable -type f -path "*/${rtype}/*" -not \( -name "*.*" -or -name "*script*" -or -regex ".*-[a-f0-9]{16}" \)) || exit $?
+tar -czf $tar_file --transform "s%^.*/%%" -T <(find target -executable -type f -path "*/${rtype}/*" -not \( -name "*.*" -or -name "*script*" -or -regex ".*-[a-f0-9]{16}" \)) || exit $?
9
echo Wrote $tar_file
0 commit comments