Skip to content

Commit

Permalink
build(ios): fix artifact build
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg authored and zealotchen0 committed Apr 25, 2023
1 parent b7f2204 commit b92384a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ CMakeLists.txt @churchill-zhang @ilikethese
/gradle/ @siguangli

# build: xcode
/hippy.podspec @ozonelmy
/Hippy.xcworkspace/ @ozonelmy
/hippy.podspec @ozonelmy @wwwcg
/_Pods.xcodeproj/ @wwwcg @ozonelmy

# build: config
/buildconfig/ @churchill-zhang @ilikethese
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/project_artifact_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
run: |
xcodebuild build \
-destination 'generic/platform=iOS' \
-workspace 'Hippy.xcworkspace' \
-scheme 'HippyLibrary' \
-project '_Pods.xcodeproj' \
-scheme 'hippy' \
-configuration 'Release' \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO \
Expand All @@ -100,7 +100,7 @@ jobs:
id: get_size
run: |
if [[ "${{ matrix.ref }}" ]]; then
echo "${{ matrix.source }}=$(ls -l $(xcodebuild -scheme 'HippyLibrary' -showBuildSettings | grep -m 1 TARGET_BUILD_DIR | grep -oEi "\/.*")/libhippy.a | awk '{print $5}')" >> $GITHUB_OUTPUT
echo "${{ matrix.source }}=$(ls -l $(xcodebuild -scheme 'hippy' -showBuildSettings | grep -m 1 TARGET_BUILD_DIR | grep -oEi "\/.*")/libhippy.a | awk '{print $5}')" >> $GITHUB_OUTPUT
else
echo "${{ matrix.source }}=-1" >> $GITHUB_OUTPUT
fi
Expand Down
1 change: 1 addition & 0 deletions _Pods.xcodeproj

0 comments on commit b92384a

Please sign in to comment.