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