Skip to content

Commit 66043e4

Browse files
authored
fix: build action
1 parent a1f9512 commit 66043e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
distribution: "microsoft"
1919
- name: setup gradle
2020
uses: gradle/actions/setup-gradle@v4
21+
- name: make gradle wrapper executable
22+
run: chmod +x ./gradlew
2123
- name: build
2224
run: ./gradlew build
2325
- name: capture build artifacts

0 commit comments

Comments
 (0)