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