Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix: Fix sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Jun 26, 2023
1 parent 36d1d3d commit 583ff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: sed -i -e 's/^\/\/f //' android/app/build.gradle

- name: Update android/app7src/main/AndroidManifest.xml for FLOSS variant 📝
run: sed '/<!-- GMS -->/{N;d;}' android/app/src/main/AndroidManifest.xml
run: sed -i -e '/<!-- GMS -->/{N;d;}' android/app/src/main/AndroidManifest.xml

- name: Install dependencies 📦
run: flutter pub get
Expand Down

0 comments on commit 583ff11

Please sign in to comment.