Update build-ios.yml
Removed Release builds - i think
This commit is contained in:
parent
acb254db14
commit
55e561658c
10
.github/workflows/build-ios.yml
vendored
10
.github/workflows/build-ios.yml
vendored
|
@ -21,16 +21,6 @@ jobs:
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
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
|
- name: Build Debug iOS
|
||||||
run: flutter build ios --debug
|
run: flutter build ios --debug
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
|
|
Loading…
Reference in a new issue