Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Oct 30, 2024
1 parent 4ebcb3c commit 413ab64
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,44 +20,35 @@ concurrency:

env:
PACKAGE_NAME: Eros-FE
FLUTTER_VERSION: "3.22.x"

jobs:
Build_and_upload:
name: Build releases
strategy:
fail-fast: false
matrix:
flutter_version: ["3.22.x"]
flutter_channel: ["stable"]
include:
- target: android
os: ubuntu-latest
flutter_version: ${{ env.FLUTTER_VERSION }}
flutter_channel: stable
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
os: macos-14
flutter_version: ${{ env.FLUTTER_VERSION }}
flutter_channel: stable
artifact_name: release-ios
artifact_path: build/**/Eros-FE*.ipa
- target: ios
suffix: -canvas
os: macos-14
flutter_version: ${{ env.FLUTTER_VERSION }}
flutter_channel: stable
artifact_name: release-ios-canvas
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-14
flutter_version: ${{ env.FLUTTER_VERSION }}
flutter_channel: stable
artifact_name: release-mac
artifact_path: build/macos/Eros-FE*.zip
- target: windows
os: windows-latest
flutter_version: ${{ env.FLUTTER_VERSION }}
flutter_channel: stable
artifact_name: release-windows
artifact_path: build/windows/Eros-FE*.zip

Expand Down

0 comments on commit 413ab64

Please sign in to comment.