mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user