Skip to content

Commit

Permalink
Always upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 16, 2024
1 parent 26de035 commit fd15af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
/var/log/sys*log*
/var/log/kern.log*
- uses: actions/upload-artifact@v2
if: !failure()
if: ! failure()
with:
name: artifacts-${{ matrix.os }}
path: |
Expand Down

0 comments on commit fd15af7

Please sign in to comment.