Skip to content

Commit

Permalink
minor refactor: store reports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 4, 2024
1 parent 84331f0 commit fa04921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/groovy-build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ jobs:
with:
name: apache-groovy-sdk-SNAPSHOT
path: build/distributions/sdk/
- name: Upload reports
uses: actions/upload-artifact@v4
with:
name: build-reports
path: build/reports/
2 changes: 1 addition & 1 deletion .github/workflows/groovy-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Upload reports
uses: actions/upload-artifact@v4
with:
name: apache-groovy-reports-${{ matrix.jdk }}
name: build-reports-${{ matrix.jdk }}
path: build/reports/

additional:
Expand Down

0 comments on commit fa04921

Please sign in to comment.