Skip to content

Commit 15d604d

Browse files
committed
chore(test): sed should rewrite the file...
1 parent 90037fe commit 15d604d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_for_android.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
4242
- name: Build APK
4343
run: |
44-
sed -e "5a\add_link_options(\"LINKER:--build-id=none\")" ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
44+
sed -i -e "5a\add_link_options(\"LINKER:--build-id=none\")" ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
45+
cat ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.1/android/CMakeLists.txt
4546
.flutter/bin/flutter build apk --split-per-abi
4647
.flutter/bin/flutter build appbundle
4748

0 commit comments

Comments
 (0)