Skip to content

Commit 4f43d5a

Browse files
committed
ci: core (2)
1 parent 83cad9b commit 4f43d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
2626

2727
- name: Build with Gradle Wrapper
28-
run: ./gradlew build -x test
28+
run: ./gradlew :build -x test
2929

3030
- name: Upload Artifact
3131
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)