Skip to content

Commit

Permalink
gradle step
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Mar 26, 2023
1 parent 7a33bbb commit 3cfd509
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
app: app/build/outputs/apk/release
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
- run: cd android && git update-index --chmod=+x ./gradlew
- run: cd android && chmod +x ./gradlew
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- run: cd android && ./gradlew assembleRelease
- uses: mobile-dev-inc/action-maestro-cloud@v1.1.1
with:
Expand Down

0 comments on commit 3cfd509

Please sign in to comment.