Skip to content

Commit

Permalink
test build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 19, 2024
1 parent 7811f96 commit 86ba1dc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@ jobs:
fail-fast: false
matrix:
include:
- target: android
os: ubuntu-latest
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-ios
artifact_path: build/**/Eros-FE*.ipa
- target: ios
suffix: -impeller
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-ios-impeller
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-mac
artifact_path: build/macos/Eros-FE*.zip
# - target: android
# os: ubuntu-latest
# flutter_version: "3.x"
# flutter_channel: stable
# artifact_name: release-apk
# artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
# - target: ios
# os: macos-14
# flutter_version: "3.x"
# flutter_channel: stable
# artifact_name: release-ios
# artifact_path: build/**/Eros-FE*.ipa
# - target: ios
# suffix: -impeller
# os: macos-14
# flutter_version: "3.x"
# flutter_channel: stable
# artifact_name: release-ios-impeller
# artifact_path: build/**/Eros-FE*.ipa
# - target: macos
# os: macos-14
# flutter_version: "3.x"
# flutter_channel: stable
# artifact_name: release-mac
# artifact_path: build/macos/Eros-FE*.zip
- target: windows
os: windows-latest
flutter_version: "3.x"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1892,10 +1892,10 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "19789bb10e0a2330f28a72aac15fa2c752cc630d"
resolved-ref: "2ae8cc996ca039aa607d4a3c088df6b784b352ea"
url: "https://github.com/honjow/saf.git"
source: git
version: "1.0.4+2"
version: "1.0.4+3"
scroll_to_index:
dependency: "direct main"
description:
Expand Down

0 comments on commit 86ba1dc

Please sign in to comment.