diff --git a/.gitea/workflows/make-app.yaml b/.gitea/workflows/make-app.yaml index 9d7acf1..7179c17 100644 --- a/.gitea/workflows/make-app.yaml +++ b/.gitea/workflows/make-app.yaml @@ -43,7 +43,9 @@ jobs: - name: Build Android Release APK run: ionic capacitor build android --release --prod - + - name: Change permission for gradlew + working-directory: ./android/ + run: chmod +x ./gradlew - name: Generate the Android App Bundle working-directory: ./android/ run: ./gradlew bundle