Skip to content

Commit 9747e1c

Browse files
committed
sync
1 parent 0fa6a55 commit 9747e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-github.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ if git tag | grep $version; then
2828
fi
2929

3030
rm -rf bin
31-
aws s3 sync "s3://gputopia/bin/" bin/ --exclude 'gputopia-worker-cuda-torch-linux-64/*'
31+
aws s3 sync "s3://gputopia/bin/" bin/ --exclude '*.gz'
3232
githubrelease release arcadelabsinc/workerbee create "$version" --publish --name "gputopia-worker-$version" "bin/*[!z]"

0 commit comments

Comments
 (0)