Files
Android-app/.gitea/workflows
wtclaude 0362a4d164 ci(android): chmod +x gradlew in-step (runner drops exec bit)
Setting the git executable bit (100755) wasn't enough: this Gitea/act
runner's checkout doesn't preserve file modes, so './gradlew' still failed
with 'Permission denied' (exit 126). chmod the wrapper in the run step
itself so the build is independent of how checkout handles modes.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-19 13:26:37 -05:00
..