Skip to content

Commit

Permalink
feat(ci): Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Jun 8, 2024
1 parent 9c3a4d8 commit 31e1697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 31e1697

Please sign in to comment.