Skip to content

Commit 168fa24

Browse files
committed
fix name of output file
1 parent 76388cc commit 168fa24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/screenshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ jobs:
9696
- name: Upload screenshots as artifacts
9797
uses: actions/upload-artifact@v3
9898
with:
99-
name: screenshots
99+
name: screenshots-${{ matrix.device }}-${{ matrix.api-level }}
100100
path: fastlane/metadata/android

0 commit comments

Comments
 (0)