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 590c353 commit a30239a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:
file_to_build=`echo $file_to_build | awk '{$1=$1;print}'`
echo TEST1234
echo $file_to_build
xcodebuild clean build -scheme "$scheme" -configuration Release -"$filetype_parameter" "$file_to_build" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO && exit ${PIPESTATUS[0]}
xcodebuild clean build -scheme "$scheme" -configuration Release -"$filetype_parameter" "$file_to_build" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
ls /Users/runner/Library/Developer/Xcode/DerivedData/iosApp*/Build/Products/*/
mkdir Payload
mv /Users/runner/Library/Developer/Xcode/DerivedData/iosApp*/Build/Products/*/Otarium.app Payload
zip -r Otarium.ipa Payload
echo test
exit ${PIPESTATUS[0]}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a30239a

Please sign in to comment.