Skip to content

Commit

Permalink
[IRP-1015] Add new action before SPM migration
Browse files Browse the repository at this point in the history
  • Loading branch information
robergro committed Jun 26, 2024
1 parent 240eae0 commit 6f73fcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildDemo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6f73fcd

Please sign in to comment.