Skip to content

Commit a93a7e0

Browse files
author
qpalzm2332933171-droid
committed
fix(ci): 为 gradlew 与构建脚本补上可执行位
Windows 提交时丢失了可执行位,导致 GitHub Actions 上 ./gradlew 报 Permission denied。
1 parent bd2ad25 commit a93a7e0

3 files changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Show toolchain versions
2828
run: |
2929
java -version
30+
ls -l gradlew
3031
./gradlew --version
3132
3233
- name: Build debug APK

gradlew

100644100755
File mode changed.

scripts/build-server-binaries.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)