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 7339f00 commit f29eca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
cd ios
xcodebuild -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
find .
zip -r cc.ipa build/Release-iphoneos
cd build/Release-iphoneos
zip -r cc.ipa ClassiCube.app
- uses: ./.github/actions/notify_failure
if: ${{ always() && steps.compile.outcome == 'failure' }}
Expand All @@ -28,5 +28,5 @@ jobs:
- uses: ./.github/actions/upload_build
if: ${{ always() && steps.compile.outcome == 'success' }}
with:
SOURCE_FILE: 'ios/cc.ipa'
SOURCE_FILE: 'ios/build/Release-iphoneos/cc.ipa'
DEST_NAME: 'cc.ipa'

0 comments on commit f29eca7

Please sign in to comment.