Skip to content

Commit bb8963a

Browse files
committed
fix: 在CI中添加gradlew执行权限
1 parent b90cf45 commit bb8963a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Setup Gradle
2727
uses: gradle/actions/setup-gradle@v4
2828

29+
- name: Grant execute permission for gradlew
30+
run: chmod +x gradlew
31+
2932
- name: Build with Gradle
3033
run: ./gradlew build
3134

0 commit comments

Comments
 (0)