diff --git a/.github/workflows/plazma.yml b/.github/workflows/plazma.yml index c987554..fc40a81 100644 --- a/.github/workflows/plazma.yml +++ b/.github/workflows/plazma.yml @@ -59,8 +59,8 @@ jobs: run: | cd ${{ env.MAIN }} if ${{ steps.check.outputs.purpur }} - then if ${{ steps.check.outputs.paper }}; then echo; else ./gradlew --no-rebuild --stacktrace updatePaper; fi - else ./gradlew --no-rebuild --stacktrace updatePurpur + then if ${{ steps.check.outputs.paper }}; then echo; else ./gradlew --no-rebuild --stacktrace updateUpstream; fi + else ./gradlew --no-rebuild --stacktrace updateImplementation fi ./gradlew applyPatches --stacktrace