Skip to content

Commit

Permalink
Fix build.ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 22, 2024
1 parent 2b51990 commit 8129443
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,9 @@ jobs:
if: github.event_name != 'pull_request'
with:
files: "build/logs/junit.xml"

- name: Publish Build Logs
uses: actions/upload-artifact@v4
with:
name: Build log artifacts for ${{ matrix.operating-system }} PHP ${{ matrix.phpversion }}
path: build/logs

0 comments on commit 8129443

Please sign in to comment.