Skip to content

Commit

Permalink
update ci for ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Nov 6, 2024
1 parent 49d435f commit 49a37b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
fail-fast: false
matrix:
target: ["android", "ios", "macos", "windows"]
flutter_version: ["3.22.x"]
# flutter_version: ["3.22.x"]
flutter_channel: ["stable"]
include:
- target: android
os: ubuntu-latest
flutter_version: "3.22.x"
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
Expand All @@ -42,10 +43,12 @@ jobs:
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-14
flutter_version: "3.22.x"
artifact_name: release-mac
artifact_path: build/macos/Eros-FE*.zip
- target: windows
os: windows-latest
flutter_version: "3.22.x"
artifact_name: release-windows
artifact_path: build/windows/Eros-FE*.zip

Expand Down

0 comments on commit 49a37b0

Please sign in to comment.