Skip to content

Commit

Permalink
fix: share-with ci artifact file names
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBaghbani committed Apr 16, 2024
1 parent 4d13763 commit 9b1ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocm-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ jobs:
- name: Upload Cypress video artifacts.
uses: actions/upload-artifact@v4
with:
name: share-with ${{ matrix.efss.platform }} ${{ matrix.efss.version }}
name: share-with from ${{ matrix.sender.platform }} ${{ matrix.sender.version }} to ${{ matrix.receiver.platform }} ${{ matrix.receiver.version }}
path: ./cypress/ocm-test-suite/cypress/videos

0 comments on commit 9b1ed92

Please sign in to comment.