mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Actually upload the runner zip file, not the folder...
This commit is contained in:
6
.github/workflows/build-apple.yml
vendored
6
.github/workflows/build-apple.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
# This seems to be related to https://github.com/actions/runner-images/issues/12758
|
||||
# Select appropriate Xcode version from
|
||||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
|
||||
- name: Xcode setup
|
||||
run: |
|
||||
sudo xcode-select --switch /Applications/Xcode_16.4.app
|
||||
@@ -32,7 +34,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: builds-ios
|
||||
path: build/ios/iphoneos/Runner.app
|
||||
path: build/ios/iphoneos/Runner.app.zip
|
||||
|
||||
build_ipa:
|
||||
name: IPA
|
||||
@@ -47,6 +49,8 @@ jobs:
|
||||
uses: ./.github/actions/flutter-common
|
||||
|
||||
# This seems to be related to https://github.com/actions/runner-images/issues/12758
|
||||
# Select appropriate Xcode version from
|
||||
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
|
||||
- name: Xcode setup
|
||||
run: |
|
||||
sudo xcode-select --switch /Applications/Xcode_16.4.app
|
||||
|
||||
Reference in New Issue
Block a user