mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-06-27 13:11:01 -06:00
Add Node.js version to artifact name
This commit is contained in:
parent
bdfd0da5ff
commit
c1b06a9613
4
.github/workflows/cd.yaml
vendored
4
.github/workflows/cd.yaml
vendored
@ -50,14 +50,14 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
name: cypress-screenshots-nodejs-${{ matrix.node-version }}
|
||||
path: cypress/screenshots
|
||||
retention-days: 7
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: cypress-videos
|
||||
name: cypress-videos-nodejs-${{ matrix.node-version }}
|
||||
path: cypress/videos
|
||||
retention-days: 7
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user