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 7e17671 commit 2549ec5Copy full SHA for 2549ec5
.github/workflows/android-release-artifacts.yml
@@ -1,9 +1,6 @@
1
name: Android Release Artifacts
2
3
on:
4
- push:
5
- branches:
6
- - android-upload-artifact-2
7
workflow_dispatch:
8
inputs:
9
version:
@@ -62,7 +59,7 @@ jobs:
62
59
shasum -a 256 executorch.aar > executorch.aar.sha256sums
63
60
64
61
pip install awscli==1.32.18
65
- AWS_CMD="aws s3 cp --dryrun"
+ AWS_CMD="aws s3 cp"
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