Skip to content

Commit 9b47ab7

Browse files
committed
Upload 1.0 AAR
1 parent 5452e68 commit 9b47ab7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
fi
4141
if curl -I "https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar" | grep "200 OK"; then
4242
echo "AAR already exists at https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar"
43-
echo "Will skip build/upload"
44-
exit 1
4543
fi
4644
4745
build-aar:

0 commit comments

Comments
 (0)