Include matrix values in upload artifact names (#34876)
This commit is contained in:
2
.github/workflows/test-ruby.yml
vendored
2
.github/workflows/test-ruby.yml
vendored
@@ -345,7 +345,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: e2e-screenshots
|
name: e2e-screenshots-${{ matrix.ruby-version }}
|
||||||
path: tmp/capybara/
|
path: tmp/capybara/
|
||||||
|
|
||||||
test-search:
|
test-search:
|
||||||
|
|||||||
Reference in New Issue
Block a user