From 31e169764e1c2ef7115ca601b6f02812b4186026 Mon Sep 17 00:00:00 2001 From: heowc Date: Sat, 8 Jun 2024 13:45:31 +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 a9e54d5..dcf343c 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 }}-${ GITHUB_SHA }-${{ matrix.os }}-jdk-${{ matrix.version }}.png + -o ${{ github.event.pull_request.number }}-${{ github.run_id }}-${{ 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 }}-${ GITHUB_SHA }-${{ matrix.os }}-jdk-${{ matrix.version }}.png + path: ${{ github.event.pull_request.number }}-${{ github.run_id }}-${{ matrix.os }}-jdk-${{ matrix.version }}.png name: interg-reports retention-days: 7