Skip to content

Commit

Permalink
cd each step
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Mar 26, 2023
1 parent 8ef731f commit b21b840
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
with:
java-version: 11
distribution: 'temurin'
- run: cd android
- run: git update-index --chmod=+x gradlew
- run: ./gradlew assembleRelease
- run: cd android && git update-index --chmod=+x gradlew
- run: cd android && ./gradlew assembleRelease
- uses: mobile-dev-inc/action-maestro-cloud@v1.1.1
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: app/build/outputs/apk/release/app-release.apk
app-file: android/app/build/outputs/apk/release/app-release.apk

0 comments on commit b21b840

Please sign in to comment.