Skip to content

Commit

Permalink
Added matrix.lane suffix to conflicting reports names.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Sep 11, 2024
1 parent 22c149b commit 6c2b0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: xcodebuild-logs
name: xcodebuild-logs-${{ matrix.lane }}
path: ~/Library/Developer/Xcode/DerivedData/*/Logs

- name: Upload Test Output
if: always()
uses: actions/upload-artifact@v4
with:
name: test-output
name: test-output-${{ matrix.lane }}
path: fastlane/test_output

- name: Upload Test Results
Expand Down

0 comments on commit 6c2b0d2

Please sign in to comment.