Skip to content

Commit

Permalink
Update test_ios_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Nov 3, 2024
1 parent 738b1eb commit dd4d679
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Build Gallery for iOS
if: ${{ matrix.iOS }}
run: |
./gradlew :gallery:embedAndSignAppleFrameworkForXcode
xcodebuild -workspace gallery/iosApp/iosApp.xcodeproj/project.xcworkspace -scheme iosApp -configuration Release -derivedDataPath gallery/iosApp/build CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
- name: Updaload iOS Artifact
Expand Down Expand Up @@ -128,3 +129,10 @@ jobs:
with:
name: Gallery-${{ matrix.type }}-${{ github.run_id }}
path: ${{github.workspace}}/gallery/build/compose/binaries/main-release/${{ matrix.desktop }}/*.${{ matrix.desktop }}

- name: Upload Failed Project
if: failure()
uses: actions/upload-artifact@v4
with:
name: Project-${{ matrix.type }}
path: ${{ github.workspace }}

0 comments on commit dd4d679

Please sign in to comment.