Skip to content

Commit

Permalink
Update plazma.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored Jun 2, 2024
1 parent 4fa114c commit 1e41eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plazma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e41eae

Please sign in to comment.