Skip to content

Commit

Permalink
Differentiate artifact names on basis of the matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHadiSatrio committed Sep 18, 2024
1 parent 337594c commit da87a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Archive sample HTML report
uses: actions/upload-artifact@v4
with:
name: report
name: report_${{ matrix.os }}_${{ matrix.android-gradle-plugin }}
path: sample/app/build/reports/ruler/release/report.html
retention-days: 7

0 comments on commit da87a8a

Please sign in to comment.