Skip to content

Commit

Permalink
adding the missing flag for sed in the fdroid build (#1613)
Browse files Browse the repository at this point in the history
(cherry picked from commit ea5e4aa)
  • Loading branch information
joseph-flinn committed Oct 28, 2021
1 parent 2318f3b commit 97c21cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
echo "##### Setting Version Code $BUILD_NUMBER"
echo "########################################"
sed "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
sed -i "s/android:versionCode=\"1\"/android:versionCode=\"$BUILD_NUMBER\"/" \
./src/Android/Properties/AndroidManifest.xml
shell: bash

Expand Down

0 comments on commit 97c21cd

Please sign in to comment.