Skip to content

Commit 1db1586

Browse files
committed
temp run
1 parent 3a06d10 commit 1db1586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

33
on:
4+
push:
5+
- android-upload-artifact-2
46
workflow_dispatch:
57
inputs:
68
version:
@@ -59,7 +61,7 @@ jobs:
5961
shasum -a 256 executorch.aar > executorch.aar.sha256sums
6062
6163
pip install awscli==1.32.18
62-
AWS_CMD="aws s3 cp"
64+
AWS_CMD="aws s3 cp --dryrun"
6365
VERSION="${{ inputs.version }}"
6466
VERSION_NAME="${VERSION:-temp_snapshot}"
6567
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read

0 commit comments

Comments
 (0)