Skip to content

Commit de5a862

Browse files
committed
Fix workflow
1 parent ff99f3a commit de5a862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/springwolf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: chmod +x gradlew
2626

2727
- name: Build with Gradle
28-
run: ./gradlew -p springwolf-core build
28+
run: ./gradlew build

0 commit comments

Comments
 (0)