diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43503d2..cecd7c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,7 @@ jobs: distribution: 'temurin' cache: gradle + - name: Grant execute permission for gradlew + run: chmod +x gradlew - name: Build with Gradle - run: ./gradlew assembleDebug - - - name: Upload APK - uses: actions/upload-artifact@v3 - with: - name: app - path: app/build/outputs/apk/debug/*.apk - + run: ./gradlew build