Skip to content

Commit 79d60c9

Browse files
committed
go back
1 parent 1db1586 commit 79d60c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

33
on:
4-
push:
5-
- android-upload-artifact-2
64
workflow_dispatch:
75
inputs:
86
version:
@@ -61,7 +59,7 @@ jobs:
6159
shasum -a 256 executorch.aar > executorch.aar.sha256sums
6260
6361
pip install awscli==1.32.18
64-
AWS_CMD="aws s3 cp --dryrun"
62+
AWS_CMD="aws s3 cp"
6563
VERSION="${{ inputs.version }}"
6664
VERSION_NAME="${VERSION:-temp_snapshot}"
6765
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read

0 commit comments

Comments
 (0)