Skip to content

Commit

Permalink
correct apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
vanGalilea committed Jan 16, 2024
1 parent 54648d8 commit 248d275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
run: yarn install

- name: Build Release APK
run: cd android && ./gradlew assembleRelease
run: cd android && ./gradlew assembleRelease && find . -type f -name "*.apk"

- name: Upload to Maestro Cloud
uses: mobile-dev-inc/[email protected]
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: app/build/outputs/apk/debug/app-debug.apk
app-file: app/build/outputs/apk/release/app-release.apk

build_ios:
name: Build IOS
Expand Down

0 comments on commit 248d275

Please sign in to comment.