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 79d60c9 commit 7e17671Copy full SHA for 7e17671
.github/workflows/android-release-artifacts.yml
@@ -1,6 +1,9 @@
1
name: Android Release Artifacts
2
3
on:
4
+ push:
5
+ branches:
6
+ - android-upload-artifact-2
7
workflow_dispatch:
8
inputs:
9
version:
@@ -59,7 +62,7 @@ jobs:
59
62
shasum -a 256 executorch.aar > executorch.aar.sha256sums
60
63
61
64
pip install awscli==1.32.18
- AWS_CMD="aws s3 cp"
65
+ AWS_CMD="aws s3 cp --dryrun"
66
VERSION="${{ inputs.version }}"
67
VERSION_NAME="${VERSION:-temp_snapshot}"
68
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
0 commit comments