We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa6a55 commit 9747e1cCopy full SHA for 9747e1c
publish-github.sh
@@ -28,5 +28,5 @@ if git tag | grep $version; then
28
fi
29
30
rm -rf bin
31
-aws s3 sync "s3://gputopia/bin/" bin/ --exclude 'gputopia-worker-cuda-torch-linux-64/*'
+aws s3 sync "s3://gputopia/bin/" bin/ --exclude '*.gz'
32
githubrelease release arcadelabsinc/workerbee create "$version" --publish --name "gputopia-worker-$version" "bin/*[!z]"
0 commit comments