There was an error while loading. Please reload this page.
1 parent 9465e77 commit d2245b6Copy full SHA for d2245b6
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
fetch-depth: 0
13
fetch-tags: true
14
- path: Kuayue
+ path: KuaYue
15
16
- name: Checkout KasugaLibNext
17
uses: actions/checkout@v4
@@ -33,7 +33,9 @@ jobs:
33
# This is needed to be able to run ./gradlew below
34
# You can run `git update-index --chmod +x gradlew` then remove this step.
35
- name: Make Gradle wrapper executable
36
+ working-directory: KuaYue
37
run: chmod +x ./gradlew
38
39
- name: Build with Gradle
40
41
run: ./gradlew build
0 commit comments