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 8e04170 commit 4069780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
- name: Build Gallery for iOS
if: ${{ matrix.iOS }}
run: |
xcodebuild -workspace gallery/iosApp/iosApp.xcodeproj/project.xcworkspace -scheme iosApp -configuration Release -derivedDataPath build
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
if: ${{ matrix.iOS }}
uses: actions/upload-artifact@v4
with:
name: Gallery-${{ matrix.type }}-${{ github.run_id }}
path: ${{ github.workspace }}
path: ${{ github.workspace }}/gallery/iosApp/build/

- name: Publish Library
if: ${{ matrix.publish }}
Expand Down

0 comments on commit 4069780

Please sign in to comment.