mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
adding the missing flag for sed in the fdroid build (#1613)
(cherry picked from commit ea5e4aafa3)
This commit is contained in:
committed by
Joseph Flinn
parent
2318f3b357
commit
97c21cd666
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user