diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index b27ff8d..0c5e841 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -37,7 +37,7 @@ jobs: git config --global user.email "no-reply@github.com" git config --global user.name "GitHub Actions" ./gradlew applyPatches - ./gradlew paperclipJar + ./gradlew createReobfPaperclipJar - uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/push-build.yml b/.github/workflows/push-build.yml index ec0210b..bbc2c23 100644 --- a/.github/workflows/push-build.yml +++ b/.github/workflows/push-build.yml @@ -37,7 +37,7 @@ jobs: git config --global user.email "no-reply@github.com" git config --global user.name "GitHub Actions" ./gradlew applyPatches - ./gradlew paperclipJar + ./gradlew createReobfPaperclipJar - uses: actions/upload-artifact@v2 with: