Skip to content

Commit

Permalink
fix(Workflow): use unique artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Oct 2, 2024
1 parent fd9e43a commit f9e6f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: Upload nextcloud log
name: Upload nextcloud log ${{ matrix.node-version }} ${{ matrix.php-versions }} ${{ matrix.server-versions }}
path: data/nextcloud.log
retention-days: 5

0 comments on commit f9e6f4d

Please sign in to comment.