From 22fd48461ae8e35cb475bc7d290aa3516a9d71a5 Mon Sep 17 00:00:00 2001 From: Robin Lemaire Date: Wed, 26 Jun 2024 16:35:57 +0200 Subject: [PATCH] [IRP-1015] Add new action before SPM migration --- .github/workflows/buildDemo.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildDemo.yml b/.github/workflows/buildDemo.yml index 5ddfdb3a1..f0157a796 100644 --- a/.github/workflows/buildDemo.yml +++ b/.github/workflows/buildDemo.yml @@ -30,9 +30,9 @@ jobs: run: | xcodebuild -scheme ${{ env.app_name }} -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 pro,OS=17.5' build - name: Upload xcresult file - uses: actions/upload-artifact@v4 - if: ${{ failure() }} - with: - name: ${{ env.app_name }}-${{ github.run_number }}.xcresult - path: ${{ env.app_name }}.xcresult - retention-days: 15 + uses: actions/upload-artifact@v4 + if: ${{ failure() }} + with: + name: ${{ env.app_name }}-${{ github.run_number }}.xcresult + path: ${{ env.app_name }}.xcresult + retention-days: 15