Skip to content

Commit

Permalink
Right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 24, 2024
1 parent 021e2b3 commit 69bb0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cd ios
xcodebuild -sdk iphoneos -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
find .
zip -r cc.ipa Release-iphoneos
zip -r cc.ipa build/Release-iphoneos
- uses: ./.github/actions/notify_failure
if: ${{ always() && steps.compile.outcome == 'failure' }}
Expand Down

0 comments on commit 69bb0f5

Please sign in to comment.