fix: workflowsed

This commit is contained in:
orz12
2024-07-07 16:13:03 +08:00
parent c4a1b624e8
commit 8bb990015c

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
@@ -111,7 +111,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 ipa
run: |