Skip to content

Commit

Permalink
include detekt.html in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
belagertem committed Apr 8, 2024
1 parent 1a85453 commit 7d995eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
working-directory: sdccc/target/
run: |
zip -qq -r test-results.zip failsafe-reports surefire-reports checkstyle-result.xml spotbugsXml.xml
zip -qq -r test-results.zip failsafe-reports surefire-reports checkstyle-result.xml spotbugsXml.xml detekt.html
- name: Attach artifacts to snapshot
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7d995eb

Please sign in to comment.