problemy z graddle
Deploy to FTP / deploy (push) Successful in 9s
Build APK / build (push) Successful in 3m45s

This commit is contained in:
Sebastian Molenda
2026-06-13 17:42:14 +02:00
parent f8a38a94e8
commit 6944480d13
3 changed files with 6 additions and 0 deletions
+6
View File
@@ -24,6 +24,12 @@ jobs:
- name: Grant execute permission
run: chmod +x ./gradlew
- name: Verify Gradle wrapper
run: |
echo "Wrapper file details:"; ls -l ./gradlew || true
echo "Running wrapper --version to ensure CI uses project wrapper:";
./gradlew --version
- name: Package and upload webapp
env:
UPLOAD_WEBAPP_URL: ${{ secrets.UPLOAD_WEBAPP_URL }}
Binary file not shown.
Binary file not shown.