Skip to content

Commit db088e8

Browse files
authored
Fix path
1 parent 07b8200 commit db088e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
java-version: 1.8
2323
- name: Grant execute permission for gradlew
24-
run: chmod +x gradlew
24+
run: chmod +x sseclient/gradlew
2525
- name: Build with Gradle
26-
run: ./gradlew build test publish
26+
run: ./sseclient/gradlew build test publish

0 commit comments

Comments
 (0)