Skip to content

Commit 4ab0608

Browse files
committed
Just remove iOS build action
1 parent ce76d25 commit 4ab0608

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

.github/workflows/build.yml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -114,27 +114,29 @@ jobs:
114114
with:
115115
name: MacOS Artifact
116116
path: build
117-
118-
ios:
119-
runs-on: macos-latest
120-
121-
steps:
122-
- name: Checkout
123-
uses: actions/checkout@v4
124-
with:
125-
submodules: true
126-
- name: Setup Flutter
127-
uses: flutter-actions/setup-flutter@v3
128-
with:
129-
channel: 'stable'
130-
version: 3.24.1
131-
cache-sdk: true
132117

133-
- name: Build
134-
run: flutter build ipa
135-
136-
- name: Upload Build Artifact
137-
uses: actions/upload-artifact@v4
138-
with:
139-
name: iOS Artifact
140-
path: build
118+
## So, fku Apple and iOS
119+
120+
# ios:
121+
# runs-on: macos-latest
122+
#
123+
# steps:
124+
# - name: Checkout
125+
# uses: actions/checkout@v4
126+
# with:
127+
# submodules: true
128+
# - name: Setup Flutter
129+
# uses: flutter-actions/setup-flutter@v3
130+
# with:
131+
# channel: 'stable'
132+
# version: 3.24.1
133+
# cache-sdk: true
134+
#
135+
# - name: Build
136+
# run: flutter build ipa
137+
#
138+
# - name: Upload Build Artifact
139+
# uses: actions/upload-artifact@v4
140+
# with:
141+
# name: iOS Artifact
142+
# path: build

0 commit comments

Comments
 (0)