Workflow um Build-Stage erweitern #185
@@ -32,9 +32,6 @@ jobs:
|
||||
- name: Build APK
|
||||
run: flutter build apk --release
|
||||
|
||||
- name: Build IPA
|
||||
run: flutter build ipa --no-codesign
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -42,10 +39,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Flutter
|
||||
uses: github.com/subosito/flutter-action@v2
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
flutter-version: 3.19.0
|
||||
flutter-version: 3.38.6
|
||||
|
||||
#- name: Install Flutter (wget)
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user