diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21a8d63..337063e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,4 +29,4 @@ jobs: - name: Apply Patches run: ./gradlew applyPatches --stacktrace - name: Build - run: ./gradlew build --stacktrace + run: ./gradlew reobfJar --stacktrace