Skip to content

Commit

Permalink
Update and rename v2explorer.yaml to cli-dapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise authored Sep 27, 2023
1 parent 49d9356 commit 3c2622e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: v2explorer-android
name: dapp-modal-android

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: dapps/v2Explorer
working-directory: dapps/ModalUProvider
outputs:
app: app/build/outputs/apk/release
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
- uses: mobile-dev-inc/action-maestro-cloud@v1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: dapps/v2Explorer/android/app/build/outputs/apk/release/app-release.apk
app-file: dapps/ModalUProvider/android/app/build/outputs/apk/release/app-release.apk

0 comments on commit 3c2622e

Please sign in to comment.