Try CI on a selfhosted macos runner #64
@@ -2,8 +2,8 @@ on:
 | 
				
			|||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
    paths:
 | 
					    # paths:
 | 
				
			||||||
      - frontend/**
 | 
					    #   - frontend/**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: Build and release debug APK
 | 
					name: Build and release debug APK
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,8 +2,8 @@ on:
 | 
				
			|||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
    paths:
 | 
					    # paths:
 | 
				
			||||||
      - frontend/**
 | 
					    #   - frontend/**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
name: Build and release debugging app to ios testflight
 | 
					name: Build and release debugging app to ios testflight
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -87,7 +87,7 @@ platform :ios do
 | 
				
			|||||||
      skip_build_archive: true,
 | 
					      skip_build_archive: true,
 | 
				
			||||||
      archive_path: "../build/ios/archive/Runner.xcarchive"
 | 
					      archive_path: "../build/ios/archive/Runner.xcarchive"
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
    upload_to_app_store(
 | 
					    upload_to_app_store(
 | 
				
			||||||
      skip_screenshots: true,
 | 
					      skip_screenshots: true,
 | 
				
			||||||
      skip_metadata: true,
 | 
					      skip_metadata: true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user