diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ba9a088..fbdd593 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,10 +19,11 @@ jobs: run: | git clone https://git.lipovcan.cz/Upstream/Folia.git cd Folia + ls -lah - name: Build | applyPatches - run: ./gradlew applyPatches + run: cd Folia && ./gradlew applyPatches - name: Build | createJar - run: ./gradlew createReobfBundlerJar + run: cd Folia && ./gradlew createReobfBundlerJar - name: Build | ls - run: ls build/libs -lah + run: cd Folia && ls build/libs -lah - run: echo "🍏 This job's status is complete." \ No newline at end of file