Skip to content

Commit

Permalink
Change name of upload report to prevent build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jun 6, 2024
1 parent 1266b0b commit 280c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Upload screenshot testing report
uses: actions/upload-artifact@v4
with:
name: reports
name: reports-${{ matrix.api-level }}-${{ matrix.target }}
path: sample/build/reports/shot/debug/Api${{ matrix.api-level }}/verification/
retention-days: 1

Expand Down

0 comments on commit 280c5c8

Please sign in to comment.