Commit 347d447
fix(flutter): correct iOS artifact name to include run number
BrowserStack iOS job was trying to download 'flutter-ios-ipa' but
the Build iOS job uploads 'flutter-ios-ipa-${{ github.run_number }}'.
This was causing the error:
Unable to download artifact(s): Artifact not found for name: flutter-ios-ipa
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5a36c61 commit 347d447
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
0 commit comments