Skip to content

Commit d2245b6

Browse files
ci: add working dependency
1 parent 9465e77 commit d2245b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
fetch-tags: true
14-
path: Kuayue
14+
path: KuaYue
1515

1616
- name: Checkout KasugaLibNext
1717
uses: actions/checkout@v4
@@ -33,7 +33,9 @@ jobs:
3333
# This is needed to be able to run ./gradlew below
3434
# You can run `git update-index --chmod +x gradlew` then remove this step.
3535
- name: Make Gradle wrapper executable
36+
working-directory: KuaYue
3637
run: chmod +x ./gradlew
3738

3839
- name: Build with Gradle
40+
working-directory: KuaYue
3941
run: ./gradlew build

0 commit comments

Comments
 (0)