Skip to content

Commit 02651f9

Browse files
committed
2 parents 484fbff + e52c612 commit 02651f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release_for_android.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
4242
- name: Build APK
4343
run: |
44-
sed -i -e "2a\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
44+
sed -i -e "2a\add_link_options(\"LINKER:--build-id=none\")" ~/.pub-cache/hosted/pub.dev/content_resolver-0.3.2/android/CMakeLists.txt
4645
.flutter/bin/flutter build apk --split-per-abi
4746
.flutter/bin/flutter build appbundle
4847

0 commit comments

Comments
 (0)