Skip to content

Commit

Permalink
Merge branch 'main' into spm/migration
Browse files Browse the repository at this point in the history
  • Loading branch information
robergro authored Jun 26, 2024
2 parents c80aefa + 82ad21d commit 90469db
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 90469db

Please sign in to comment.