Skip to content

Commit 7e17671

Browse files
committed
test again
1 parent 79d60c9 commit 7e17671

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

33
on:
4+
push:
5+
branches:
6+
- android-upload-artifact-2
47
workflow_dispatch:
58
inputs:
69
version:
@@ -59,7 +62,7 @@ jobs:
5962
shasum -a 256 executorch.aar > executorch.aar.sha256sums
6063
6164
pip install awscli==1.32.18
62-
AWS_CMD="aws s3 cp"
65+
AWS_CMD="aws s3 cp --dryrun"
6366
VERSION="${{ inputs.version }}"
6467
VERSION_NAME="${VERSION:-temp_snapshot}"
6568
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read

0 commit comments

Comments
 (0)