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

@@ -54,7 +54,7 @@ jobs:
- name: 修改pubspec.yaml
run: |
sed -i "s/version: .*/version: ${{ steps.version.outputs.version }}/g" pubspec.yaml
sed -i "" "s/version: .*/version: ${{ steps.version.outputs.version }}/g" pubspec.yaml
- name: flutter build apk
run: flutter build apk --release --split-per-abi