Update build-ios.yml

Removed Release builds - i think
This commit is contained in:
Mercurio 2023-12-20 21:03:00 +01:00 committed by GitHub
parent acb254db14
commit 55e561658c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,16 +21,6 @@ jobs:
- name: Get dependencies
run: flutter pub get
- name: Build Release iOS
run: flutter build ios --release
working-directory: ${{ github.workspace }}
- name: Upload Release IPA artifact
uses: actions/upload-artifact@v3
with:
name: app-release
path: build/ios/runner/Release.ipa
- name: Build Debug iOS
run: flutter build ios --debug
working-directory: ${{ github.workspace }}