Skip to content

Commit

Permalink
iOS test again
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 24, 2024
1 parent f29eca7 commit 4d3993b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
cd ios
xcodebuild -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
cd build/Release-iphoneos
zip -r cc.ipa ClassiCube.app
mkdir Payload
mv ClassiCube.app Payload/ClassiCube.app
zip -r cc.ipa Payload
- uses: ./.github/actions/notify_failure
if: ${{ always() && steps.compile.outcome == 'failure' }}
Expand Down

0 comments on commit 4d3993b

Please sign in to comment.