Skip to content

Commit 2549ec5

Browse files
committed
recover
1 parent 7e17671 commit 2549ec5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Android Release Artifacts
22

33
on:
4-
push:
5-
branches:
6-
- android-upload-artifact-2
74
workflow_dispatch:
85
inputs:
96
version:
@@ -62,7 +59,7 @@ jobs:
6259
shasum -a 256 executorch.aar > executorch.aar.sha256sums
6360
6461
pip install awscli==1.32.18
65-
AWS_CMD="aws s3 cp --dryrun"
62+
AWS_CMD="aws s3 cp"
6663
VERSION="${{ inputs.version }}"
6764
VERSION_NAME="${VERSION:-temp_snapshot}"
6865
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read

0 commit comments

Comments
 (0)