Skip to content

Commit

Permalink
give unique name for screenshots artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 12, 2023
1 parent 2472178 commit 3be277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: ./tests/cypress/screenshots
name: screenshots
name: ${{ steps.workflow.outputs.PACKAGE }}-screenshots

- name: Output debug.log file contents
if: always()
Expand Down

0 comments on commit 3be277f

Please sign in to comment.