Skip to content

Commit

Permalink
Merge pull request #44 from OpenPecha/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
CodingWithTashi authored Nov 27, 2024
2 parents 97d2d52 + 60a45f9 commit 1fb1b41
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,11 @@ jobs:
run: flutter pub get

- name: Build iOS
run: flutter build ios --no-codesign
run: flutter build ios --no-codesign

- name: Upload iOS Artifact
uses: actions/upload-artifact@v3
with:
name: release-ios
path: build/ios/ipa
retention-days: 5

0 comments on commit 1fb1b41

Please sign in to comment.