Skip to content

Commit

Permalink
ci: use different names for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos authored Apr 26, 2024
1 parent 2fdb33d commit 0110b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
name: logs_5_2
path: .\logs

validation_5_1:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
name: logs_5_1
path: .\logs

sign:
Expand Down

0 comments on commit 0110b27

Please sign in to comment.