disable macos for now
This commit is contained in:
16
.github/workflows/macos-ios.yaml
vendored
16
.github/workflows/macos-ios.yaml
vendored
@@ -28,19 +28,19 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: Build for MacOS
|
#- name: Build for MacOS
|
||||||
run: flutter build macos
|
# run: flutter build macos
|
||||||
|
|
||||||
- name: Build for iOS
|
- name: Build for iOS
|
||||||
run: flutter build ios --release --no-codesign
|
run: flutter build ios --release --no-codesign
|
||||||
|
|
||||||
|
|
||||||
- name: Gather macos artifacts
|
#- name: Gather macos artifacts
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: flutter-macos-build-latest
|
# name: flutter-macos-build-latest
|
||||||
path: build/macos/Build/Products
|
# path: build/macos/Build/Products
|
||||||
if-no-files-found: error
|
# if-no-files-found: error
|
||||||
|
|
||||||
- name: Gather ios artifacts
|
- name: Gather ios artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user