Skip to content

Commit

Permalink
chore(ci): different artifact name per os
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Apr 26, 2024
1 parent 52bf78f commit deda8d9
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 @@ -40,6 +40,6 @@ jobs:
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: image_comparison_results
name: image_comparison_results_${{ matrix.os }}
path: .tmp
retention-days: 5

0 comments on commit deda8d9

Please sign in to comment.