From 51350072d13d77b906830ddfcdbca6f35eab6534 Mon Sep 17 00:00:00 2001 From: heowc Date: Sat, 8 Jun 2024 13:39:23 +0900 Subject: [PATCH] feat(ci): Polish --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0868c4c..ff60afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,12 +43,12 @@ jobs: java -jar ./heo-cli/build/libs/$JAR_FILE \ -d $(pwd) \ -p dev.heowc.heo.core \ - -o ${{ github.event.pull_request.number }}-${{ steps.get_commit.outputs.commit_hash }}-${{ matrix.os }}-jdk-${{ matrix.version }}.png + -o ${{ github.event.pull_request.number }}-${{ GITHUB_SHA }}-${{ matrix.os }}-jdk-${{ matrix.version }}.png - name: Upload self report file if: success() && github.event.pull_request.number != '' uses: actions/upload-artifact@v4 with: - path: ${{ github.event.pull_request.number }}-${{ steps.get_commit.outputs.commit_hash }}-${{ matrix.os }}-jdk-${{ matrix.version }}.png + path: ${{ github.event.pull_request.number }}-${{ GITHUB_SHA }}-${{ matrix.os }}-jdk-${{ matrix.version }}.png name: interg-reports retention-days: 7