Skip to content

Commit

Permalink
ci: fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
r0xsh authored Oct 18, 2023
1 parent 4401588 commit be4db10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
adb shell am broadcast -a com.android.systemui.demo -e command battery -e plugged false -e level 100
$HOME/.maestro/bin/maestro test -e APP_ID=${{ inputs.package_name }} --include-tags=screenshots ./__maestro__
- name: Upload to Amazon S3
uses: Noelware/s3-action@v2 # this can be `master` or a tagged release
uses: Noelware/s3-action@2.2.1
with:
files: './*.png'
access-key-id: ${{ secrets.AWS_KEY_ID }}
Expand Down

0 comments on commit be4db10

Please sign in to comment.