Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Sep 24, 2024
1 parent 79d60c9 commit 7e17671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-release-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Android Release Artifacts

on:
push:
branches:
- android-upload-artifact-2
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -59,7 +62,7 @@ jobs:
shasum -a 256 executorch.aar > executorch.aar.sha256sums
pip install awscli==1.32.18
AWS_CMD="aws s3 cp"
AWS_CMD="aws s3 cp --dryrun"
VERSION="${{ inputs.version }}"
VERSION_NAME="${VERSION:-temp_snapshot}"
${AWS_CMD} executorch.aar s3://ossci-android/executorch/release/${VERSION_NAME}/executorch.aar --acl public-read
Expand Down

0 comments on commit 7e17671

Please sign in to comment.