Skip to content

Commit 6eb5873

Browse files
committed
hm ci
1 parent 4e39413 commit 6eb5873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-ios-release-pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
if: always() && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/2025-12-03-redwallet'
315315
uses: actions/upload-artifact@v4
316316
with:
317-
name: build_logs
317+
name: build_logs_pr
318318
path: ios/build_logs/xcodebuild.log
319319
retention-days: 7
320320
if-no-files-found: error
@@ -465,7 +465,7 @@ jobs:
465465
name: build_logs
466466
path: ./ios/build_logs/
467467
retention-days: 7
468-
if-no-files-found: error
468+
if-no-files-found: warn
469469

470470
- name: Verify IPA File Before Upload
471471
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/2025-12-03-redwallet'

0 commit comments

Comments
 (0)