From c3b34092608043ba25a11318d0731548fce091bf Mon Sep 17 00:00:00 2001 From: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:07:56 +0530 Subject: [PATCH] fix(INJI): increase app retention time in actions (#988) --- .github/workflows/ios-automation-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-automation-build.yml b/.github/workflows/ios-automation-build.yml index 26c9ef3e..6f1b637e 100644 --- a/.github/workflows/ios-automation-build.yml +++ b/.github/workflows/ios-automation-build.yml @@ -61,7 +61,7 @@ jobs: with: name: Inji path: ios/fastlane/Inji_app_file/Products/Applications/ - retention-days: 1 + retention-days: 7 - name: Upload Runner Log on Failure if: failure() # Only run this step if the previous steps failed