From 6538e7a131ab5c6da9790ffff4ba02fa05e33d58 Mon Sep 17 00:00:00 2001 From: lexikiq Date: Sat, 19 Jun 2021 18:41:14 -0400 Subject: [PATCH] Miscellaneous fixes --- .github/workflows/push-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-build.yml b/.github/workflows/push-build.yml index 2d9a1ba..44b2588 100644 --- a/.github/workflows/push-build.yml +++ b/.github/workflows/push-build.yml @@ -39,7 +39,7 @@ jobs: ./gradlew applyPatches ./gradlew reobfJar - - uses: actions/upload-artifact@v2 - with: - name: Parchment-JDK${{ matrix.java }} - path: parchment-paperclip.jar + - uses: actions/upload-artifact@v2 + with: + name: Parchment-JDK${{ matrix.java }} + path: parchment-paperclip.jar