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 6d68765 commit ac1ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
echo TEST1234
echo $file_to_build
xcodebuild clean build -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 && exit ${PIPESTATUS[0]}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ac1ff02

Please sign in to comment.