Skip to content

Commit

Permalink
[skip ci] Disable paperweight debug output for actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Feb 3, 2024
1 parent a83d889 commit a6ff522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
git config --global user.name "Github Actions"
- name: Apply patches
run: ./gradlew applyPatches -Dpaperweight.debug=true --no-daemon
run: ./gradlew applyPatches --no-daemon

- name: Build reobfuscated paperclip jar
run: ./gradlew createReobfPaperclipJar -Dpaperweight.debug=true --no-daemon
run: ./gradlew createReobfPaperclipJar --no-daemon

- name: Upload reobfuscated paperclip jar
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a6ff522

Please sign in to comment.