Workflow um Build-Stage erweitern #185

Merged
flixcoo merged 18 commits from setup/178-workflow-um-build-stage-erweitern into development 2026-01-24 10:32:00 +00:00
Showing only changes of commit fa42b5232a - Show all commits

View File

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