Include matrix values in upload artifact names (#34876)

pull/34877/head^2
Matt Jankowski 5 months ago committed by GitHub
parent 32b521b7f4
commit 7f4ec7d9cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -345,7 +345,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: e2e-screenshots
name: e2e-screenshots-${{ matrix.ruby-version }}
path: tmp/capybara/
test-search:

Loading…
Cancel
Save