Skip to content

Commit

Permalink
build: publish all artifacts under test results, not just top level ones
Browse files Browse the repository at this point in the history
  • Loading branch information
adameichelkraut committed Sep 2, 2023
1 parent d6f2046 commit 0b6ce64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- uses: actions/upload-artifact@v3
if: failure()
with:
path: test-results-local
name: test-results
path: test-results-local/**/*
retention-days: 3

- name: Automate Github Release
env:
Expand Down

0 comments on commit 0b6ce64

Please sign in to comment.