diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 883ed7a..037a96f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,7 +19,7 @@ jobs: cache: gradle - name: Grant execute permission for gradlew run: chmod +x gradlew - - name: Build Debug with Gradle + - name: Build with Gradle run: ./gradlew :app:assembleDebug :app:assembleRelease - name: Upload a Build Artifact if: success()