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 5452e68 commit 9b47ab7Copy full SHA for 9b47ab7
.github/workflows/android-release-artifacts.yml
@@ -40,8 +40,6 @@ jobs:
40
fi
41
if curl -I "https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar" | grep "200 OK"; then
42
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
45
46
47
build-aar:
0 commit comments