Skip to content

Commit

Permalink
ci: update S3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
r0xsh authored Oct 19, 2023
1 parent be4db10 commit 3611803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fastlane_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,15 @@ jobs:
adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false
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
- name: Upload to S3 bucket
uses: Noelware/[email protected]
with:
files: './*.png'
files: '*.png'
access-key-id: ${{ secrets.AWS_KEY_ID }}
path-format: '/$(tag)'
secret-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
endpoint: https://s3.fr-par.scw.cloud
prefix: /screenshots/android-${{ matrix.EMULATOR_ARCH }}
prefix: /screenshots/${{ inputs.app_name }}/android-${{ matrix.EMULATOR_ARCH }}
region: fr-par
bucket: coopcycle-ci
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3611803

Please sign in to comment.