Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 19, 2024
1 parent 7cc345f commit ceb0c6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
version: "3.0.5"
version: "stable"

- name: Flutter pub get
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Flutter action
uses: subosito/flutter-action@v2
with:
flutter-version: "3.0.5"
flutter-version: "stable"

- name: Flutter pub get
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@ jobs:
include:
- target: android
os: ubuntu-latest
flutter_version: 3.16
flutter_version: 3.19
flutter_channel: stable
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/FEhViewer*.apk
- target: ios
os: macos-12
flutter_version: 3.16
flutter_version: 3.19
flutter_channel: stable
artifact_name: release-ios
artifact_path: build/**/FEhViewer*.ipa
- target: ios
suffix: -impeller
os: macos-12
flutter_version: x
flutter_channel: master
flutter_version: 3.19
flutter_channel: stable
artifact_name: release-ios-impeller
artifact_path: build/**/FEhViewer*.ipa
- target: macos
os: macos-12
flutter_version: 3.16
flutter_version: 3.19
flutter_channel: stable
artifact_name: release-mac
artifact_path: build/macos/FEhViewer*.zip
- target: windows
os: windows-latest
flutter_version: 3.16
flutter_version: 3.19
flutter_channel: stable
artifact_name: release-windows
artifact_path: build/windows/FEhViewer*.zip
Expand Down

0 comments on commit ceb0c6c

Please sign in to comment.