We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e39413 commit 6eb5873Copy full SHA for 6eb5873
1 file changed
.github/workflows/build-ios-release-pullrequest.yml
@@ -314,7 +314,7 @@ jobs:
314
if: always() && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/2025-12-03-redwallet'
315
uses: actions/upload-artifact@v4
316
with:
317
- name: build_logs
+ name: build_logs_pr
318
path: ios/build_logs/xcodebuild.log
319
retention-days: 7
320
if-no-files-found: error
@@ -465,7 +465,7 @@ jobs:
465
name: build_logs
466
path: ./ios/build_logs/
467
468
- if-no-files-found: error
+ if-no-files-found: warn
469
470
- name: Verify IPA File Before Upload
471
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2025-12-03-redwallet'
0 commit comments