Skip to content

Commit

Permalink
...88
Browse files Browse the repository at this point in the history
  • Loading branch information
kwek20 committed Nov 17, 2024
1 parent 69988ea commit 7d30ecf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,10 @@ jobs:

# Build ios Release
- run: flutter build ios --release --config-only --no-codesign --target=lib/main.dart
if: ${{ inputs.ipa == 'true' }}

- run: bundle exec fastlane build
if: ${{ inputs.ipa == 'true' }}

- name: Archive ipa
if: ${{ inputs.ipa == 'true' }}
uses: actions/upload-artifact@v4
with:
name: Runner.ipa
Expand Down

0 comments on commit 7d30ecf

Please sign in to comment.