Skip to content

Commit

Permalink
use unique name for xcodebuild.log artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Feb 7, 2024
1 parent 0e05a84 commit 76abb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: xcodebuild-log
name: xcodebuild.Xcode.${{ matrix.xcode }}.${{ matrix.machine }}.log
path: ./xcodebuild.log
- name: Export Stats
run: python3 .github/export_build_stats.py ./build Release iphoneos | tee stats.json
Expand Down

0 comments on commit 76abb0d

Please sign in to comment.