Skip to content

Commit

Permalink
[INFR] Fixed release workflow -> Added missing assets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 18, 2024
1 parent d28c105 commit 175ea38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
continue-on-error: true
run: |
zip -r build/dist/doc.zip build/doc
zip -r build/dist/builddoc.zip build/builddoc build/coverage build/coverage-html build/logs build/pdepend build/phpdoc
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand All @@ -209,3 +210,4 @@ jobs:
prerelease: false
files: |
build/dist/doc.zip
build/dist/builddoc.zip

0 comments on commit 175ea38

Please sign in to comment.