Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Aug 21, 2024
1 parent f3534bf commit 58bffa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
uses: actions/upload-artifact@v1
if: ${{ always() }}
with:
name: Test Results - Android (Linux)
name: Test Results - ${{ matrix.platform.name }}
path: ./artifacts
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
uses: actions/upload-artifact@v1
if: ${{ always() }}
with:
name: Test Results - iOS
name: Test Results
path: ./artifacts
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-maccatalyst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
uses: actions/upload-artifact@v1
if: ${{ always() }}
with:
name: Test Results - Mac Catalyst
name: Test Results
path: ./artifacts
2 changes: 1 addition & 1 deletion .github/workflows/test-xharness-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
uses: actions/upload-artifact@v1
if: ${{ always() }}
with:
name: Test Results - Windows
name: Test Results
path: ./artifacts

0 comments on commit 58bffa4

Please sign in to comment.