Skip to content

Commit 82e2059

Browse files
committed
- fixes execution permission on main build wrapper
1 parent 96c73ce commit 82e2059

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/type-summary.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
with:
1616
java-version: 15
1717
- name: Add execution right to the script
18-
run: chmod +x gradlew
19-
working-directory: ./typesummary
18+
run: |
19+
chmod +x ./typesummary/gradlew
20+
chmod +x ./gradlew
2021
- name: Build SDK
2122
run: ./gradlew --no-daemon build
2223
- name: Build and run type summary project

0 commit comments

Comments
 (0)