Skip to content

Commit

Permalink
Update xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Aug 3, 2024
1 parent 3249b3f commit bef4d65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ jobs:
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
echo TEST1234
echo $file_to_build
xcodebuild clean build analyze -scheme "$scheme" -"$filetype_parameter" "$file_to_build" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean build -scheme "$scheme" -"$filetype_parameter" "$file_to_build" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: source.zip
path: .


0 comments on commit bef4d65

Please sign in to comment.