fix: workflow

mod: xireiki/channel-post: large_file: false
忽略`.github/workflows/`内的提交,除非修改Action自身对应的workflow文件
feat: 推送至build-ios分支触发action
fix: macos command compatibility for sed
fix: typo
fix: remove unexisting job dependency 'android'
feat: 添加iOS编译流程文件,手动触发
This commit is contained in:
VillagerTom
2024-06-20 12:18:27 +08:00
committed by orz12
parent a7565fe972
commit c4a1b624e8
3 changed files with 125 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
- '**.txt'
- '.github/**'
- '.idea/**'
- '!.github/workflows/**'
- '!.github/workflows/CI.yml'
jobs:
update_version: