Skip to content

Commit

Permalink
ios
Browse files Browse the repository at this point in the history
  • Loading branch information
houko committed Sep 29, 2023
1 parent 68e8a5a commit 1a4ae19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- name: Build APK
run: flutter build apk --release

# OR

- name: Build AAB
run: flutter build appbundle --release

# - name: Build IOS
# run: flutter build ios --no-codesign
#
# - name: Build Macos
# run: flutter build macos --no-codesign

- name: Upload APK
uses: actions/upload-artifact@v3
with:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/ios_ci.yaml

This file was deleted.

0 comments on commit 1a4ae19

Please sign in to comment.