From b87fce78d77c75e9fd1211b2a6630634a40e4b09 Mon Sep 17 00:00:00 2001 From: lexikiq Date: Mon, 27 Dec 2021 15:26:47 -0500 Subject: [PATCH] Meaningless bump --- .github/workflows/pr-build.yml | 52 +++++++++++++++++----------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 0c5e841..8b40eb8 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -13,33 +13,33 @@ jobs: fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v2 - with: - java-version: ${{ matrix.java }} - distribution: 'adopt' + - name: Set up JDK ${{ matrix.java }} + uses: actions/setup-java@v2 + with: + java-version: ${{ matrix.java }} + distribution: 'adopt' - - name: Cache gradle - uses: actions/cache@v2 - with: - path: | - ~/.gradle/caches - ~/.gradle/jdks - ~/.gradle/native - ~/.gradle/wrapper - key: ${{ runner.os }}-parchment-2-${{ hashFiles('**/*.gradle*', 'gradle/**', 'gradle.properties') }} - restore-keys: ${{ runner.os }}-parchment-2 + - name: Cache gradle + uses: actions/cache@v2 + with: + path: | + ~/.gradle/caches + ~/.gradle/jdks + ~/.gradle/native + ~/.gradle/wrapper + key: ${{ runner.os }}-parchment-2-${{ hashFiles('**/*.gradle*', 'gradle/**', 'gradle.properties') }} + restore-keys: ${{ runner.os }}-parchment-2 - - name: Patch Parchment - run: | - git config --global user.email "no-reply@github.com" - git config --global user.name "GitHub Actions" - ./gradlew applyPatches - ./gradlew createReobfPaperclipJar + - name: Patch Parchment + run: | + git config --global user.email "no-reply@github.com" + git config --global user.name "GitHub Actions" + ./gradlew applyPatches + ./gradlew createReobfPaperclipJar - - uses: actions/upload-artifact@v2 - with: - name: Parchment-PR${{ github.event.pull_request.number }}-JDK${{ matrix.java }} - path: build/libs/Parchment-*.jar + - uses: actions/upload-artifact@v2 + with: + name: Parchment-PR${{ github.event.pull_request.number }}-JDK${{ matrix.java }} + path: build/libs/Parchment-*.jar