Try CI on a selfhosted macos runner #64

Merged
remoll merged 9 commits from fix/frontend/new-ci-attempt into main 2025-04-01 17:02:58 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit e3d2c51c6d - Show all commits

View File

@ -2,8 +2,8 @@ on:
pull_request:
branches:
- main
paths:
- frontend/**
# paths:
# - frontend/**
name: Build and release debug APK

View File

@ -2,8 +2,8 @@ on:
pull_request:
branches:
- main
paths:
- frontend/**
# paths:
# - frontend/**
name: Build and release debugging app to ios testflight

View File

@ -87,7 +87,7 @@ platform :ios do
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive"
)
upload_to_app_store(
skip_screenshots: true,
skip_metadata: true,