Skip to content

Commit

Permalink
Attempt to get artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaygaba committed Jun 7, 2024
1 parent 2e95c39 commit 26cc55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ jobs:
- name: Upload screenshots in an artifact
uses: actions/upload-artifact@v4
with:
name: Api${{ matrix.api-level }}
path: sample/screenshots/debug/Api$${{ matrix.api-level }}-${{ matrix.target }}
name: Api${{ matrix.api-level }}-${{ matrix.target }}
path: sample/screenshots/debug/Api${{ matrix.api-level }}-${{ matrix.target }}
retention-days: 1

0 comments on commit 26cc55d

Please sign in to comment.