Skip to content

Commit 85e8246

Browse files
ci
1 parent 72fd75e commit 85e8246

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/upload-artifact@v4
4141
if: always()
4242
with:
43-
name: ${{github.job}}
43+
name: ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
4444
path: ${{github.workspace}}/**/*
4545
retention-days: 7
4646
include-hidden-files: true
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/upload-artifact@v4
8080
if: always()
8181
with:
82-
name: ${{github.job}}
82+
name: ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
8383
path: ${{github.workspace}}/**/*
8484
retention-days: 7
8585
include-hidden-files: true
@@ -203,7 +203,7 @@ jobs:
203203
- uses: actions/upload-artifact@v4
204204
if: always()
205205
with:
206-
name: ${{github.job}}
206+
name: ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}}
207207
path: ${{github.workspace}}/**/*
208208
retention-days: 7
209209
include-hidden-files: true

0 commit comments

Comments
 (0)