Skip to content

Commit

Permalink
ci: fix artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Nov 20, 2024
1 parent 47c76c6 commit e43ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: android-test-artifacts
name: android-test-artifacts-${{ matrix.api-level }}
path: |
KeychainExample/artifacts
screenrecord.mp4
Expand Down

0 comments on commit e43ce96

Please sign in to comment.