Skip to content

Commit

Permalink
temp run
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Sep 24, 2024
1 parent 3a06d10 commit 1db1586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-release-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Android Release Artifacts

on:
push:
- android-upload-artifact-2
workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -59,7 +61,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 1db1586

Please sign in to comment.