Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Apr 26, 2024
1 parent dda8343 commit 5a5c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
if: (success() || steps.test.conclusion == 'failure') && matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: TestResults_${{ matrix.os }}_${{ matrix.sdk }}
name: TestResults_${{ matrix.os }}
path: ./TestResults

0 comments on commit 5a5c65c

Please sign in to comment.